Html Css Color HEX #CC6624 Chocolate

📋 copy color: '#CC6624'

red 204 ◦ green 102 ◦ blue 36

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

Shades of Chocolate #CC6624

Tints of Chocolate #CC6624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 59.65%
G = 29.82%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6624 (or 0xCC6624) is known color: Chocolate. HEX triplet: CC, 66 and 24. RGB value is (204,102,36). Sum of RGB (Red+Green+Blue) = 204+102+36=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6624 is #3399DB. Grayscale: #7D7D7D. Windows color (decimal): -3381724 or 2385612. OLE color: 2385612.

HSL color Cylindrical-coordinate representation of color #CC6624: hue angle of 23.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6624 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 36 -
CMYK 0 0.5 0.82 0.2
HSL 23.57º 0.7% 0.47% -
HSV(B) 23.57º 0.82% 0.8% -
XYZ 29.97 22.47 4.43 -
YUV 124.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 204 102 36 0 0.5 0.82 0.2 23.57 0.7 0.47
Hex CC 66 24 0 32 52 14 18 46 2F
Octal 314 146 44 0 62 122 24 30 106 57
Binary 11001100 1100110 100100 0 110010 1010010 10100 11000 1000110 101111

Color Harmonies of #CC6624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6624

Black with #CC6624

Text Example


Text Example

White with #CC6624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6624; }

 p { color: rgb(204,102,36); }

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

background-color css

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

 a { background-color: rgb(204,102,36); }

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

border-color css

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

 span { border-color: rgb(204,102,36); }

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