#C86E1A

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

Shades of Ochre #C86E1A

Tints of Ochre #C86E1A

Color information

#C86E1A (or 0xC86E1A) is unknown color: approx Ochre. HEX triplet: C8, 6E and 1A. RGB value is (200,110,26). Sum of RGB (Red+Green+Blue) = 200+110+26=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E1A is #3791E5. Grayscale: #7F7F7F. Windows color (decimal): -3641830 or 1732296. OLE color: 1732296.

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

Color convert

RGB20011026-
CMYK00.450.870.22
HSL28.97º76.99%44.31%-
HSV(B)28.97º87%78.43%-
XYZ29.5823.513.96-
YUV127.3370.82179.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.52%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=59.52%
G=32.74%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001102600.450.870.2228.9776.9944.31
HexC86E1A02D57161d4d2c
Octal31015632055127263511554
Binary110010001101110110100101101101011110110111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E1A; }

 p { color: rgb(200,110,26); }

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

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

 a { background-color: rgb(200,110,26); }

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

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

 span { border-color: rgb(200,110,26); }

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