Html Css Color HEX #CE861C Ochre

📋 copy color: '#CE861C'

red 206 ◦ green 134 ◦ blue 28

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

Shades of Ochre #CE861C

Tints of Ochre #CE861C

RGB

 RED value IS 206 (80.86% from 255) = 55.98%

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 55.98%
G = 36.41%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE861C (or 0xCE861C) is known color: Ochre. HEX triplet: CE, 86 and 1C. RGB value is (206,134,28). Sum of RGB (Red+Green+Blue) = 206+134+28=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE861C is #3179E3. Grayscale: #8F8F8F. Windows color (decimal): -3242468 or 1869518. OLE color: 1869518.

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

Color convert

RGB 206 134 28 -
CMYK 0 0.35 0.86 0.19
HSL 35.73º 0.76% 0.46% -
HSV(B) 35.73º 0.86% 0.81% -
XYZ 34.19 30.26 5.14 -
YUV 143.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 206 134 28 0 0.35 0.86 0.19 35.73 0.76 0.46
Hex CE 86 1C 0 23 56 13 24 4C 2E
Octal 316 206 34 0 43 126 23 44 114 56
Binary 11001110 10000110 11100 0 100011 1010110 10011 100100 1001100 101110

Color Harmonies of #CE861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE861C

Black with #CE861C

Text Example


Text Example

White with #CE861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE861C; }

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

 H1.HeaderClassName
 {
   color: #CE861C;
 }
 .AnyTagClassName
 {
   color: #CE861C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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