Html Css Color HEX #CC6420 Chocolate

📋 copy color: '#CC6420'

red 204 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #CC6420

Tints of Chocolate #CC6420

RGB

 RED value IS 204 (80.08% from 255) = 60.71%

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

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

R = 60.71%
G = 29.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6420 (or 0xCC6420) is known color: Chocolate. HEX triplet: CC, 64 and 20. RGB value is (204,100,32). Sum of RGB (Red+Green+Blue) = 204+100+32=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6420 is #339BDF. Grayscale: #7B7B7B. Windows color (decimal): -3382240 or 2122956. OLE color: 2122956.

HSL color Cylindrical-coordinate representation of color #CC6420: hue angle of 23.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6420 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 32 -
CMYK 0 0.51 0.84 0.2
HSL 23.72º 0.73% 0.46% -
HSV(B) 23.72º 0.84% 0.8% -
XYZ 29.72 22.06 4.06 -
YUV 123.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 204 100 32 0 0.51 0.84 0.2 23.72 0.73 0.46
Hex CC 64 20 0 33 54 14 18 49 2E
Octal 314 144 40 0 63 124 24 30 111 56
Binary 11001100 1100100 100000 0 110011 1010100 10100 11000 1001001 101110

Color Harmonies of #CC6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6420

Black with #CC6420

Text Example


Text Example

White with #CC6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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