Html Css Color HEX #CC6820 Chocolate

📋 copy color: '#CC6820'

red 204 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #CC6820

Tints of Chocolate #CC6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 60%
G = 30.59%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6820 (or 0xCC6820) is known color: Chocolate. HEX triplet: CC, 68 and 20. RGB value is (204,104,32). Sum of RGB (Red+Green+Blue) = 204+104+32=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6820 is #3397DF. Grayscale: #7E7E7E. Windows color (decimal): -3381216 or 2123980. OLE color: 2123980.

HSL color Cylindrical-coordinate representation of color #CC6820: hue angle of 25.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6820 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 32 -
CMYK 0 0.49 0.84 0.2
HSL 25.12º 0.73% 0.46% -
HSV(B) 25.12º 0.84% 0.8% -
XYZ 30.11 22.84 4.19 -
YUV 125.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 204 104 32 0 0.49 0.84 0.2 25.12 0.73 0.46
Hex CC 68 20 0 31 54 14 19 49 2E
Octal 314 150 40 0 61 124 24 31 111 56
Binary 11001100 1101000 100000 0 110001 1010100 10100 11001 1001001 101110

Color Harmonies of #CC6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6820

Black with #CC6820

Text Example


Text Example

White with #CC6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6820; }

 p { color: rgb(204,104,32); }

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

background-color css

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

 a { background-color: rgb(204,104,32); }

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

border-color css

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

 span { border-color: rgb(204,104,32); }

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