#C67412

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

Shades of Ochre #C67412

Tints of Ochre #C67412

Color information

#C67412 (or 0xC67412) is unknown color: approx Ochre. HEX triplet: C6, 74 and 12. RGB value is (198,116,18). Sum of RGB (Red+Green+Blue) = 198+116+18=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67412 is #398BED. Grayscale: #818181. Windows color (decimal): -3771374 or 1209542. OLE color: 1209542.

HSL color Cylindrical-coordinate representation of color #C67412: hue angle of 32.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C67412 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19811618-
CMYK00.410.910.22
HSL32.67º83.33%42.35%-
HSV(B)32.67º90.91%77.65%-
XYZ29.6424.543.75-
YUV129.3565.17176.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=59.64%
G=34.94%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981161800.410.910.2232.6783.3342.35
HexC674120295B1621532a
Octal30616422051133264112352
Binary1100011011101001001001010011011011101101000011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67412; }

 p { color: rgb(198,116,18); }

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

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

 a { background-color: rgb(198,116,18); }

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

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

 span { border-color: rgb(198,116,18); }

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