Html Css Color HEX #CE8620 Ochre

📋 copy color: '#CE8620'

red 206 ◦ green 134 ◦ blue 32

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

Shades of Ochre #CE8620

Tints of Ochre #CE8620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.6%

R = 55.38%
G = 36.02%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8620 (or 0xCE8620) is known color: Ochre. HEX triplet: CE, 86 and 20. RGB value is (206,134,32). Sum of RGB (Red+Green+Blue) = 206+134+32=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8620 is #3179DF. Grayscale: #909090. Windows color (decimal): -3242464 or 2131662. OLE color: 2131662.

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

Color convert

RGB 206 134 32 -
CMYK 0 0.35 0.84 0.19
HSL 35.17º 0.73% 0.47% -
HSV(B) 35.17º 0.84% 0.81% -
XYZ 34.24 30.28 5.41 -
YUV 143.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 206 134 32 0 0.35 0.84 0.19 35.17 0.73 0.47
Hex CE 86 20 0 23 54 13 23 49 2F
Octal 316 206 40 0 43 124 23 43 111 57
Binary 11001110 10000110 100000 0 100011 1010100 10011 100011 1001001 101111

Color Harmonies of #CE8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8620

Black with #CE8620

Text Example


Text Example

White with #CE8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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