Html Css Color HEX #CC6D24 Chocolate

📋 copy color: '#CC6D24'

red 204 ◦ green 109 ◦ blue 36

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

Shades of Chocolate #CC6D24

Tints of Chocolate #CC6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

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

R = 58.45%
G = 31.23%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6D24 (or 0xCC6D24) is known color: Chocolate. HEX triplet: CC, 6D and 24. RGB value is (204,109,36). Sum of RGB (Red+Green+Blue) = 204+109+36=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D24 is #3392DB. Grayscale: #818181. Windows color (decimal): -3379932 or 2387404. OLE color: 2387404.

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

Color convert

RGB 204 109 36 -
CMYK 0 0.47 0.82 0.2
HSL 26.07º 0.7% 0.47% -
HSV(B) 26.07º 0.82% 0.8% -
XYZ 30.69 23.9 4.67 -
YUV 129.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 204 109 36 0 0.47 0.82 0.2 26.07 0.7 0.47
Hex CC 6D 24 0 2F 52 14 1A 46 2F
Octal 314 155 44 0 57 122 24 32 106 57
Binary 11001100 1101101 100100 0 101111 1010010 10100 11010 1000110 101111

Color Harmonies of #CC6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D24

Black with #CC6D24

Text Example


Text Example

White with #CC6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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