#C67015

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

Shades of Ochre #C67015

Tints of Ochre #C67015

Color information

#C67015 (or 0xC67015) is unknown color: approx Ochre. HEX triplet: C6, 70 and 15. RGB value is (198,112,21). Sum of RGB (Red+Green+Blue) = 198+112+21=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67015 is #398FEA. Grayscale: #7F7F7F. Windows color (decimal): -3772395 or 1405126. OLE color: 1405126.

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

Color convert

RGB19811221-
CMYK00.430.890.22
HSL30.85º80.82%42.94%-
HSV(B)30.85º89.39%77.65%-
XYZ29.2223.653.73-
YUV127.3467.99178.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=59.82%
G=33.84%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981122100.430.890.2230.8580.8242.94
HexC6701502B59161f512b
Octal30616025053131263712153
Binary110001101110000101010101011101100110110111111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67015; }

 p { color: rgb(198,112,21); }

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

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

 a { background-color: rgb(198,112,21); }

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

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

 span { border-color: rgb(198,112,21); }

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