Html Css Color HEX #CE6216 Chocolate

📋 copy color: '#CE6216'

red 206 ◦ green 98 ◦ blue 22

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

Shades of Chocolate #CE6216

Tints of Chocolate #CE6216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 63.19%
G = 30.06%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6216 (or 0xCE6216) is known color: Chocolate. HEX triplet: CE, 62 and 16. RGB value is (206,98,22). Sum of RGB (Red+Green+Blue) = 206+98+22=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6216 is #319DE9. Grayscale: #7A7A7A. Windows color (decimal): -3251690 or 1467086. OLE color: 1467086.

HSL color Cylindrical-coordinate representation of color #CE6216: hue angle of 24.78º 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 #CE6216 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 98 22 -
CMYK 0 0.52 0.89 0.19
HSL 24.78º 0.81% 0.45% -
HSV(B) 24.78º 0.89% 0.81% -
XYZ 29.97 21.92 3.41 -
YUV 121.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 206 98 22 0 0.52 0.89 0.19 24.78 0.81 0.45
Hex CE 62 16 0 34 59 13 19 51 2D
Octal 316 142 26 0 64 131 23 31 121 55
Binary 11001110 1100010 10110 0 110100 1011001 10011 11001 1010001 101101

Color Harmonies of #CE6216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6216

Black with #CE6216

Text Example


Text Example

White with #CE6216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6216; }

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

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

background-color css

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

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

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

border-color css

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

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

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