Html Css Color HEX #CE6616 Chocolate

📋 copy color: '#CE6616'

red 206 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #CE6616

Tints of Chocolate #CE6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 62.42%
G = 30.91%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6616 (or 0xCE6616) is known color: Chocolate. HEX triplet: CE, 66 and 16. RGB value is (206,102,22). Sum of RGB (Red+Green+Blue) = 206+102+22=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6616 is #3199E9. Grayscale: #7C7C7C. Windows color (decimal): -3250666 or 1468110. OLE color: 1468110.

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

Color convert

RGB 206 102 22 -
CMYK 0 0.50 0.89 0.19
HSL 26.09º 0.81% 0.45% -
HSV(B) 26.09º 0.89% 0.81% -
XYZ 30.35 22.68 3.54 -
YUV 123.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 206 102 22 0 0.50 0.89 0.19 26.09 0.81 0.45
Hex CE 66 16 0 32 59 13 1A 51 2D
Octal 316 146 26 0 62 131 23 32 121 55
Binary 11001110 1100110 10110 0 110010 1011001 10011 11010 1010001 101101

Color Harmonies of #CE6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6616

Black with #CE6616

Text Example


Text Example

White with #CE6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6616; }

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

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

background-color css

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

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

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

border-color css

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

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

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