Html Css Color HEX #CC6924 Chocolate

📋 copy color: '#CC6924'

red 204 ◦ green 105 ◦ blue 36

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

Shades of Chocolate #CC6924

Tints of Chocolate #CC6924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 59.13%
G = 30.43%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6924 (or 0xCC6924) is known color: Chocolate. HEX triplet: CC, 69 and 24. RGB value is (204,105,36). Sum of RGB (Red+Green+Blue) = 204+105+36=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6924 is #3396DB. Grayscale: #7F7F7F. Windows color (decimal): -3380956 or 2386380. OLE color: 2386380.

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

Color convert

RGB 204 105 36 -
CMYK 0 0.49 0.82 0.2
HSL 24.64º 0.7% 0.47% -
HSV(B) 24.64º 0.82% 0.8% -
XYZ 30.27 23.07 4.53 -
YUV 126.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 204 105 36 0 0.49 0.82 0.2 24.64 0.7 0.47
Hex CC 69 24 0 31 52 14 19 46 2F
Octal 314 151 44 0 61 122 24 31 106 57
Binary 11001100 1101001 100100 0 110001 1010010 10100 11001 1000110 101111

Color Harmonies of #CC6924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6924

Black with #CC6924

Text Example


Text Example

White with #CC6924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6924; }

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

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

background-color css

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

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

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

border-color css

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

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

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