Html Css Color HEX #CC6522 Chocolate

📋 copy color: '#CC6522'

red 204 ◦ green 101 ◦ blue 34

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

Shades of Chocolate #CC6522

Tints of Chocolate #CC6522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 60.18%
G = 29.79%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6522 (or 0xCC6522) is known color: Chocolate. HEX triplet: CC, 65 and 22. RGB value is (204,101,34). Sum of RGB (Red+Green+Blue) = 204+101+34=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6522 is #339ADD. Grayscale: #7C7C7C. Windows color (decimal): -3381982 or 2254284. OLE color: 2254284.

HSL color Cylindrical-coordinate representation of color #CC6522: hue angle of 23.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6522 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 34 -
CMYK 0 0.50 0.83 0.2
HSL 23.65º 0.71% 0.47% -
HSV(B) 23.65º 0.83% 0.8% -
XYZ 29.84 22.26 4.24 -
YUV 124.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 204 101 34 0 0.50 0.83 0.2 23.65 0.71 0.47
Hex CC 65 22 0 32 53 14 18 47 2F
Octal 314 145 42 0 62 123 24 30 107 57
Binary 11001100 1100101 100010 0 110010 1010011 10100 11000 1000111 101111

Color Harmonies of #CC6522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6522

Black with #CC6522

Text Example


Text Example

White with #CC6522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6522; }

 p { color: rgb(204,101,34); }

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

background-color css

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

 a { background-color: rgb(204,101,34); }

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

border-color css

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

 span { border-color: rgb(204,101,34); }

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