#C6771E

Color #C6771E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C6771E

Tints of Ochre #C6771E

Color information

#C6771E (or 0xC6771E) is unknown color: approx Ochre. HEX triplet: C6, 77 and 1E. RGB value is (198,119,30). Sum of RGB (Red+Green+Blue) = 198+119+30=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6771E is #3988E1. Grayscale: #848484. Windows color (decimal): -3770594 or 1996742. OLE color: 1996742.

HSL color Cylindrical-coordinate representation of color #C6771E: hue angle of 31.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6771E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB19811930-
CMYK00.400.850.22
HSL31.79º73.68%44.71%-
HSV(B)31.79º84.85%77.65%-
XYZ30.1225.294.52-
YUV132.4870.17174.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=57.06%
G=34.29%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981193000.400.850.2231.7973.6844.71
HexC6771E0285516204a2d
Octal30616736050125264011255
Binary1100011011101111111001010001010101101101000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6771E; }

 p { color: rgb(198,119,30); }

 H1.HeaderClassName
 {
   color: #C6771E;
 }
 .AnyTagClassName
 {
   color: #C6771E;
 }
</style>
background-color css

<style>
 a { background-color: #C6771E; }

 a { background-color: rgb(198,119,30); }

 div.DivClassName
 {
   background-color: #C6771E;
 }
 .BgClassName
 {
   background-color: #C6771E;
 }
</style>
border-color css

<style>
 span { border-color: #C6771E; }

 span { border-color: rgb(198,119,30); }

 td.TdClassName
 {
   border-color: #C6771E;
 }
 .TagClassName
 {
   border-color: #C6771E;
 }
</style>