#C66F15

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

Shades of Ochre #C66F15

Tints of Ochre #C66F15

Color information

#C66F15 (or 0xC66F15) is unknown color: approx Ochre. HEX triplet: C6, 6F and 15. RGB value is (198,111,21). Sum of RGB (Red+Green+Blue) = 198+111+21=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F15 is #3990EA. Grayscale: #7F7F7F. Windows color (decimal): -3772651 or 1404870. OLE color: 1404870.

HSL color Cylindrical-coordinate representation of color #C66F15: hue angle of 30.51º 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 #C66F15 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19811121-
CMYK00.440.890.22
HSL30.51º80.82%42.94%-
HSV(B)30.51º89.39%77.65%-
XYZ29.1123.433.7-
YUV126.7568.32178.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=60%
G=33.64%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981112100.440.890.2230.5180.8242.94
HexC66F1502C59161f512b
Octal30615725054131263712153
Binary110001101101111101010101100101100110110111111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F15; }

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

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

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

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

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

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

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

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