Html Css Color HEX #CC6D1C Chocolate

📋 copy color: '#CC6D1C'

red 204 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #CC6D1C

Tints of Chocolate #CC6D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 59.82%
G = 31.96%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC6D1C (or 0xCC6D1C) is known color: Chocolate. HEX triplet: CC, 6D and 1C. RGB value is (204,109,28). Sum of RGB (Red+Green+Blue) = 204+109+28=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D1C is #3392E3. Grayscale: #808080. Windows color (decimal): -3379940 or 1863116. OLE color: 1863116.

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

Color convert

RGB 204 109 28 -
CMYK 0 0.47 0.86 0.2
HSL 27.61º 0.76% 0.45% -
HSV(B) 27.61º 0.86% 0.8% -
XYZ 30.58 23.86 4.09 -
YUV 128.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 204 109 28 0 0.47 0.86 0.2 27.61 0.76 0.45
Hex CC 6D 1C 0 2F 56 14 1C 4C 2D
Octal 314 155 34 0 57 126 24 34 114 55
Binary 11001100 1101101 11100 0 101111 1010110 10100 11100 1001100 101101

Color Harmonies of #CC6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D1C

Black with #CC6D1C

Text Example


Text Example

White with #CC6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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