Html Css Color HEX #CC6424 Chocolate

📋 copy color: '#CC6424'

red 204 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #CC6424

Tints of Chocolate #CC6424

RGB

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

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

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

R = 60%
G = 29.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6424 (or 0xCC6424) is known color: Chocolate. HEX triplet: CC, 64 and 24. RGB value is (204,100,36). Sum of RGB (Red+Green+Blue) = 204+100+36=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6424 is #339BDB. Grayscale: #7C7C7C. Windows color (decimal): -3382236 or 2385100. OLE color: 2385100.

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

Color convert

RGB 204 100 36 -
CMYK 0 0.51 0.82 0.2
HSL 22.86º 0.7% 0.47% -
HSV(B) 22.86º 0.82% 0.8% -
XYZ 29.78 22.08 4.36 -
YUV 123.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 204 100 36 0 0.51 0.82 0.2 22.86 0.7 0.47
Hex CC 64 24 0 33 52 14 17 46 2F
Octal 314 144 44 0 63 122 24 27 106 57
Binary 11001100 1100100 100100 0 110011 1010010 10100 10111 1000110 101111

Color Harmonies of #CC6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6424

Black with #CC6424

Text Example


Text Example

White with #CC6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6424; }

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

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

background-color css

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

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

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

border-color css

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

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

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