Html Css Color HEX #CE6116 Chocolate

📋 copy color: '#CE6116'

red 206 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #CE6116

Tints of Chocolate #CE6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 63.38%
G = 29.85%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6116 (or 0xCE6116) is known color: Chocolate. HEX triplet: CE, 61 and 16. RGB value is (206,97,22). Sum of RGB (Red+Green+Blue) = 206+97+22=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6116 is #319EE9. Grayscale: #797979. Windows color (decimal): -3251946 or 1466830. OLE color: 1466830.

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

Color convert

RGB 206 97 22 -
CMYK 0 0.53 0.89 0.19
HSL 24.46º 0.81% 0.45% -
HSV(B) 24.46º 0.89% 0.81% -
XYZ 29.87 21.73 3.38 -
YUV 121.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 206 97 22 0 0.53 0.89 0.19 24.46 0.81 0.45
Hex CE 61 16 0 35 59 13 18 51 2D
Octal 316 141 26 0 65 131 23 30 121 55
Binary 11001110 1100001 10110 0 110101 1011001 10011 11000 1010001 101101

Color Harmonies of #CE6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6116

Black with #CE6116

Text Example


Text Example

White with #CE6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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