Html Css Color HEX #CE8612 Ochre

📋 copy color: '#CE8612'

red 206 ◦ green 134 ◦ blue 18

#CE8612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CE8612

Tints of Ochre #CE8612

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 value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8612 (or 0xCE8612) is known color: 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

RGB 206 134 18 -
CMYK 0 0.35 0.91 0.19
HSL 37.02º 0.84% 0.44% -
HSV(B) 37.02º 0.91% 0.81% -
XYZ 34.09 30.22 4.61 -
YUV 142.3 57.85 173.43 -
System Red Green Blue C M Y K H S L
Decimal 206 134 18 0 0.35 0.91 0.19 37.02 0.84 0.44
Hex CE 86 12 0 23 5B 13 25 54 2C
Octal 316 206 22 0 43 133 23 45 124 54
Binary 11001110 10000110 10010 0 100011 1011011 10011 100101 1010100 101100

Color Harmonies of #CE8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8612

Black with #CE8612

Text Example


Text Example

White with #CE8612

Text Example


Text Example

HTML Codes & Css Web 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>