#C67221

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

Shades of Ochre #C67221

Tints of Ochre #C67221

Color information

#C67221 (or 0xC67221) is unknown color: approx Ochre. HEX triplet: C6, 72 and 21. RGB value is (198,114,33). Sum of RGB (Red+Green+Blue) = 198+114+33=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C67221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67221 is #398DDE. Grayscale: #828282. Windows color (decimal): -3771871 or 2192070. OLE color: 2192070.

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

Color convert

RGB19811433-
CMYK00.420.830.22
HSL29.45º71.43%45.29%-
HSV(B)29.45º83.33%77.65%-
XYZ29.5824.154.54-
YUV129.8873.33176.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.39%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=57.39%
G=33.04%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981143300.420.830.2229.4571.4345.29
HexC6722102A53161d472d
Octal30616241052123263510755
Binary1100011011100101000010101010101001110110111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67221; }

 p { color: rgb(198,114,33); }

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

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

 a { background-color: rgb(198,114,33); }

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

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

 span { border-color: rgb(198,114,33); }

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