Html Css Color HEX #CC6D22 Chocolate

📋 copy color: '#CC6D22'

red 204 ◦ green 109 ◦ blue 34

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

Shades of Chocolate #CC6D22

Tints of Chocolate #CC6D22

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 58.79%
G = 31.41%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6D22 (or 0xCC6D22) is known color: Chocolate. HEX triplet: CC, 6D and 22. RGB value is (204,109,34). Sum of RGB (Red+Green+Blue) = 204+109+34=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D22 is #3392DD. Grayscale: #818181. Windows color (decimal): -3379934 or 2256332. OLE color: 2256332.

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

Color convert

RGB 204 109 34 -
CMYK 0 0.47 0.83 0.2
HSL 26.47º 0.71% 0.47% -
HSV(B) 26.47º 0.83% 0.8% -
XYZ 30.66 23.89 4.51 -
YUV 128.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 204 109 34 0 0.47 0.83 0.2 26.47 0.71 0.47
Hex CC 6D 22 0 2F 53 14 1A 47 2F
Octal 314 155 42 0 57 123 24 32 107 57
Binary 11001100 1101101 100010 0 101111 1010011 10100 11010 1000111 101111

Color Harmonies of #CC6D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D22

Black with #CC6D22

Text Example


Text Example

White with #CC6D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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