Html Css Color HEX #CC6B22 Chocolate

📋 copy color: '#CC6B22'

red 204 ◦ green 107 ◦ blue 34

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

Shades of Chocolate #CC6B22

Tints of Chocolate #CC6B22

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 59.13%
G = 31.01%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6B22 (or 0xCC6B22) is known color: Chocolate. HEX triplet: CC, 6B and 22. RGB value is (204,107,34). Sum of RGB (Red+Green+Blue) = 204+107+34=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B22 is #3394DD. Grayscale: #808080. Windows color (decimal): -3380446 or 2255820. OLE color: 2255820.

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

Color convert

RGB 204 107 34 -
CMYK 0 0.48 0.83 0.2
HSL 25.76º 0.71% 0.47% -
HSV(B) 25.76º 0.83% 0.8% -
XYZ 30.45 23.47 4.44 -
YUV 127.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 204 107 34 0 0.48 0.83 0.2 25.76 0.71 0.47
Hex CC 6B 22 0 30 53 14 1A 47 2F
Octal 314 153 42 0 60 123 24 32 107 57
Binary 11001100 1101011 100010 0 110000 1010011 10100 11010 1000111 101111

Color Harmonies of #CC6B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B22

Black with #CC6B22

Text Example


Text Example

White with #CC6B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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