Html Css Color HEX #CC6A1D Chocolate

📋 copy color: '#CC6A1D'

red 204 ◦ green 106 ◦ blue 29

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

Shades of Chocolate #CC6A1D

Tints of Chocolate #CC6A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 60.18%
G = 31.27%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC6A1D (or 0xCC6A1D) is known color: Chocolate. HEX triplet: CC, 6A and 1D. RGB value is (204,106,29). Sum of RGB (Red+Green+Blue) = 204+106+29=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A1D is #3395E2. Grayscale: #7E7E7E. Windows color (decimal): -3380707 or 1927884. OLE color: 1927884.

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

Color convert

RGB 204 106 29 -
CMYK 0 0.48 0.86 0.2
HSL 26.4º 0.75% 0.46% -
HSV(B) 26.4º 0.86% 0.8% -
XYZ 30.28 23.23 4.05 -
YUV 126.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 204 106 29 0 0.48 0.86 0.2 26.4 0.75 0.46
Hex CC 6A 1D 0 30 56 14 1A 4B 2E
Octal 314 152 35 0 60 126 24 32 113 56
Binary 11001100 1101010 11101 0 110000 1010110 10100 11010 1001011 101110

Color Harmonies of #CC6A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A1D

Black with #CC6A1D

Text Example


Text Example

White with #CC6A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A1D; }

 p { color: rgb(204,106,29); }

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

background-color css

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

 a { background-color: rgb(204,106,29); }

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

border-color css

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

 span { border-color: rgb(204,106,29); }

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