#CE8612

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

Shades of Ochre #CE8612

Tints of Ochre #CE8612

Color information

#CE8612 (or 0xCE8612) is unknown color: approx Ochre. HEX triplet: CE, 86 and 12. RGB value is (206,134,18). Sum of RGB (Red+Green+Blue) = 206+134+18=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8612 is #3179ED. Grayscale: #8E8E8E. Windows color (decimal): -3242478 or 1214158. OLE color: 1214158.

HSL color Cylindrical-coordinate representation of color #CE8612: hue angle of 37.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8612 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20613418-
CMYK00.350.910.19
HSL37.02º83.93%43.92%-
HSV(B)37.02º91.26%80.78%-
XYZ34.0930.224.61-
YUV142.357.85173.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 18 (7.42% from 255) = 5.03%
R=57.54%
G=37.43%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061341800.350.910.1937.0283.9343.92
HexCE86120235B1325542c
Octal31620622043133234512454
Binary11001110100001101001001000111011011100111001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8612; }

 p { color: rgb(206,134,18); }

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

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

 a { background-color: rgb(206,134,18); }

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

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

 span { border-color: rgb(206,134,18); }

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