Html Css Color HEX #CC6822 Chocolate

📋 copy color: '#CC6822'

red 204 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #CC6822

Tints of Chocolate #CC6822

RGB

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

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

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

R = 59.65%
G = 30.41%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6822 (or 0xCC6822) is known color: Chocolate. HEX triplet: CC, 68 and 22. RGB value is (204,104,34). Sum of RGB (Red+Green+Blue) = 204+104+34=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6822 is #3397DD. Grayscale: #7E7E7E. Windows color (decimal): -3381214 or 2255052. OLE color: 2255052.

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

Color convert

RGB 204 104 34 -
CMYK 0 0.49 0.83 0.2
HSL 24.71º 0.71% 0.47% -
HSV(B) 24.71º 0.83% 0.8% -
XYZ 30.14 22.85 4.34 -
YUV 125.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 204 104 34 0 0.49 0.83 0.2 24.71 0.71 0.47
Hex CC 68 22 0 31 53 14 19 47 2F
Octal 314 150 42 0 61 123 24 31 107 57
Binary 11001100 1101000 100010 0 110001 1010011 10100 11001 1000111 101111

Color Harmonies of #CC6822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6822

Black with #CC6822

Text Example


Text Example

White with #CC6822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6822; }

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

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

background-color css

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

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

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

border-color css

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

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

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