#C66F1D

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

Shades of Ochre #C66F1D

Tints of Ochre #C66F1D

Color information

#C66F1D (or 0xC66F1D) is unknown color: approx Ochre. HEX triplet: C6, 6F and 1D. RGB value is (198,111,29). Sum of RGB (Red+Green+Blue) = 198+111+29=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F1D is #3990E2. Grayscale: #808080. Windows color (decimal): -3772643 or 1929158. OLE color: 1929158.

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

Color convert

RGB19811129-
CMYK00.440.850.22
HSL29.11º74.45%44.51%-
HSV(B)29.11º85.35%77.65%-
XYZ29.1923.464.15-
YUV127.6672.32178.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.58%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 29 (11.72% from 255) = 8.58%
R=58.58%
G=32.84%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981112900.440.850.2229.1174.4544.51
HexC66F1D02C55161d4a2d
Octal30615735054125263511255
Binary110001101101111111010101100101010110110111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F1D; }

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

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

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

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

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

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

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

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