Html Css Color HEX #CC6C1D Chocolate

📋 copy color: '#CC6C1D'

red 204 ◦ green 108 ◦ blue 29

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

Shades of Chocolate #CC6C1D

Tints of Chocolate #CC6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 59.82%
G = 31.67%
B = 8.5%

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

#CC6C1D (or 0xCC6C1D) is known color: Chocolate. HEX triplet: CC, 6C and 1D. RGB value is (204,108,29). Sum of RGB (Red+Green+Blue) = 204+108+29=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C1D is #3393E2. Grayscale: #808080. Windows color (decimal): -3380195 or 1928396. OLE color: 1928396.

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

Color convert

RGB 204 108 29 -
CMYK 0 0.47 0.86 0.2
HSL 27.09º 0.75% 0.46% -
HSV(B) 27.09º 0.86% 0.8% -
XYZ 30.49 23.65 4.12 -
YUV 127.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 204 108 29 0 0.47 0.86 0.2 27.09 0.75 0.46
Hex CC 6C 1D 0 2F 56 14 1B 4B 2E
Octal 314 154 35 0 57 126 24 33 113 56
Binary 11001100 1101100 11101 0 101111 1010110 10100 11011 1001011 101110

Color Harmonies of #CC6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C1D

Black with #CC6C1D

Text Example


Text Example

White with #CC6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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