#C67313

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

Shades of Ochre #C67313

Tints of Ochre #C67313

Color information

#C67313 (or 0xC67313) is unknown color: approx Ochre. HEX triplet: C6, 73 and 13. RGB value is (198,115,19). Sum of RGB (Red+Green+Blue) = 198+115+19=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67313 is #398CEC. Grayscale: #818181. Windows color (decimal): -3771629 or 1274822. OLE color: 1274822.

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

Color convert

RGB19811519-
CMYK00.420.900.22
HSL32.18º82.49%42.55%-
HSV(B)32.18º90.4%77.65%-
XYZ29.5424.313.75-
YUV128.8766177.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 19 (7.81% from 255) = 5.72%
R=59.64%
G=34.64%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981151900.420.900.2232.1882.4942.55
HexC6731302A5A1620522b
Octal30616323052132264012253
Binary1100011011100111001101010101011010101101000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67313; }

 p { color: rgb(198,115,19); }

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

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

 a { background-color: rgb(198,115,19); }

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

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

 span { border-color: rgb(198,115,19); }

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