#C67119

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

Shades of Ochre #C67119

Tints of Ochre #C67119

Color information

#C67119 (or 0xC67119) is unknown color: approx Ochre. HEX triplet: C6, 71 and 19. RGB value is (198,113,25). Sum of RGB (Red+Green+Blue) = 198+113+25=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67119 is #398EE6. Grayscale: #808080. Windows color (decimal): -3772135 or 1667526. OLE color: 1667526.

HSL color Cylindrical-coordinate representation of color #C67119: hue angle of 30.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C67119 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19811325-
CMYK00.430.870.22
HSL30.52º77.58%43.73%-
HSV(B)30.52º87.37%77.65%-
XYZ29.3723.893.98-
YUV128.3869.66177.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 25 (10.16% from 255) = 7.44%
R=58.93%
G=33.63%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981132500.430.870.2230.5277.5843.73
HexC6711902B57161f4e2c
Octal30616131053127263711654
Binary110001101110001110010101011101011110110111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67119; }

 p { color: rgb(198,113,25); }

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

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

 a { background-color: rgb(198,113,25); }

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

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

 span { border-color: rgb(198,113,25); }

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