Html Css Color HEX #CE6420 Chocolate

📋 copy color: '#CE6420'

red 206 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #CE6420

Tints of Chocolate #CE6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 60.95%
G = 29.59%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE6420 (or 0xCE6420) is known color: Chocolate. HEX triplet: CE, 64 and 20. RGB value is (206,100,32). Sum of RGB (Red+Green+Blue) = 206+100+32=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6420 is #319BDF. Grayscale: #7C7C7C. Windows color (decimal): -3251168 or 2122958. OLE color: 2122958.

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

Color convert

RGB 206 100 32 -
CMYK 0 0.51 0.84 0.19
HSL 23.45º 0.73% 0.47% -
HSV(B) 23.45º 0.84% 0.81% -
XYZ 30.27 22.34 4.08 -
YUV 123.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 206 100 32 0 0.51 0.84 0.19 23.45 0.73 0.47
Hex CE 64 20 0 33 54 13 17 49 2F
Octal 316 144 40 0 63 124 23 27 111 57
Binary 11001110 1100100 100000 0 110011 1010100 10011 10111 1001001 101111

Color Harmonies of #CE6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6420

Black with #CE6420

Text Example


Text Example

White with #CE6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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