Html Css Color HEX #CC6B24 Chocolate

📋 copy color: '#CC6B24'

red 204 ◦ green 107 ◦ blue 36

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

Shades of Chocolate #CC6B24

Tints of Chocolate #CC6B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 58.79%
G = 30.84%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6B24 (or 0xCC6B24) is known color: Chocolate. HEX triplet: CC, 6B and 24. RGB value is (204,107,36). Sum of RGB (Red+Green+Blue) = 204+107+36=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B24 is #3394DB. Grayscale: #808080. Windows color (decimal): -3380444 or 2386892. OLE color: 2386892.

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

Color convert

RGB 204 107 36 -
CMYK 0 0.48 0.82 0.2
HSL 25.36º 0.7% 0.47% -
HSV(B) 25.36º 0.82% 0.8% -
XYZ 30.48 23.48 4.59 -
YUV 127.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 204 107 36 0 0.48 0.82 0.2 25.36 0.7 0.47
Hex CC 6B 24 0 30 52 14 19 46 2F
Octal 314 153 44 0 60 122 24 31 106 57
Binary 11001100 1101011 100100 0 110000 1010010 10100 11001 1000110 101111

Color Harmonies of #CC6B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B24

Black with #CC6B24

Text Example


Text Example

White with #CC6B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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