Html Css Color HEX #CC6324 Chocolate

📋 copy color: '#CC6324'

red 204 ◦ green 99 ◦ blue 36

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

Shades of Chocolate #CC6324

Tints of Chocolate #CC6324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 60.18%
G = 29.2%
B = 10.62%

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

#CC6324 (or 0xCC6324) is known color: Chocolate. HEX triplet: CC, 63 and 24. RGB value is (204,99,36). Sum of RGB (Red+Green+Blue) = 204+99+36=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6324 is #339CDB. Grayscale: #7B7B7B. Windows color (decimal): -3382492 or 2384844. OLE color: 2384844.

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

Color convert

RGB 204 99 36 -
CMYK 0 0.51 0.82 0.2
HSL 22.5º 0.7% 0.47% -
HSV(B) 22.5º 0.82% 0.8% -
XYZ 29.68 21.89 4.33 -
YUV 123.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 204 99 36 0 0.51 0.82 0.2 22.5 0.7 0.47
Hex CC 63 24 0 33 52 14 16 46 2F
Octal 314 143 44 0 63 122 24 26 106 57
Binary 11001100 1100011 100100 0 110011 1010010 10100 10110 1000110 101111

Color Harmonies of #CC6324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6324

Black with #CC6324

Text Example


Text Example

White with #CC6324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6324; }

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

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

background-color css

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

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

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

border-color css

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

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

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