Html Css Color HEX #CE8616 Ochre

📋 copy color: '#CE8616'

red 206 ◦ green 134 ◦ blue 22

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

Shades of Ochre #CE8616

Tints of Ochre #CE8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 56.91%
G = 37.02%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8616 (or 0xCE8616) is known color: Ochre. HEX triplet: CE, 86 and 16. RGB value is (206,134,22). Sum of RGB (Red+Green+Blue) = 206+134+22=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8616 is #3179E9. Grayscale: #8F8F8F. Windows color (decimal): -3242474 or 1476302. OLE color: 1476302.

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

Color convert

RGB 206 134 22 -
CMYK 0 0.35 0.89 0.19
HSL 36.52º 0.81% 0.45% -
HSV(B) 36.52º 0.89% 0.81% -
XYZ 34.12 30.23 4.8 -
YUV 142.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 206 134 22 0 0.35 0.89 0.19 36.52 0.81 0.45
Hex CE 86 16 0 23 59 13 25 51 2D
Octal 316 206 26 0 43 131 23 45 121 55
Binary 11001110 10000110 10110 0 100011 1011001 10011 100101 1010001 101101

Color Harmonies of #CE8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8616

Black with #CE8616

Text Example


Text Example

White with #CE8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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