Html Css Color HEX #CC6B1D Chocolate

📋 copy color: '#CC6B1D'

red 204 ◦ green 107 ◦ blue 29

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

Shades of Chocolate #CC6B1D

Tints of Chocolate #CC6B1D

RGB

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

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

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

R = 60%
G = 31.47%
B = 8.53%

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

#CC6B1D (or 0xCC6B1D) is known color: Chocolate. HEX triplet: CC, 6B and 1D. RGB value is (204,107,29). Sum of RGB (Red+Green+Blue) = 204+107+29=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B1D is #3394E2. Grayscale: #7F7F7F. Windows color (decimal): -3380451 or 1928140. OLE color: 1928140.

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

Color convert

RGB 204 107 29 -
CMYK 0 0.48 0.86 0.2
HSL 26.74º 0.75% 0.46% -
HSV(B) 26.74º 0.86% 0.8% -
XYZ 30.38 23.44 4.09 -
YUV 127.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 204 107 29 0 0.48 0.86 0.2 26.74 0.75 0.46
Hex CC 6B 1D 0 30 56 14 1B 4B 2E
Octal 314 153 35 0 60 126 24 33 113 56
Binary 11001100 1101011 11101 0 110000 1010110 10100 11011 1001011 101110

Color Harmonies of #CC6B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B1D

Black with #CC6B1D

Text Example


Text Example

White with #CC6B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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