Html Css Color HEX #CC6410 Chocolate

📋 copy color: '#CC6410'

red 204 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #CC6410

Tints of Chocolate #CC6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 63.75%
G = 31.25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC6410 (or 0xCC6410) is known color: Chocolate. HEX triplet: CC, 64 and 10. RGB value is (204,100,16). Sum of RGB (Red+Green+Blue) = 204+100+16=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6410 is #339BEF. Grayscale: #797979. Windows color (decimal): -3382256 or 1074380. OLE color: 1074380.

HSL color Cylindrical-coordinate representation of color #CC6410: hue angle of 26.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6410 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 16 -
CMYK 0 0.51 0.92 0.2
HSL 26.81º 0.85% 0.43% -
HSV(B) 26.81º 0.92% 0.8% -
XYZ 29.55 21.99 3.18 -
YUV 121.52 68.46 186.83 -
System Red Green Blue C M Y K H S L
Decimal 204 100 16 0 0.51 0.92 0.2 26.81 0.85 0.43
Hex CC 64 10 0 33 5C 14 1B 55 2B
Octal 314 144 20 0 63 134 24 33 125 53
Binary 11001100 1100100 10000 0 110011 1011100 10100 11011 1010101 101011

Color Harmonies of #CC6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6410

Black with #CC6410

Text Example


Text Example

White with #CC6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6410; }

 p { color: rgb(204,100,16); }

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

background-color css

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

 a { background-color: rgb(204,100,16); }

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

border-color css

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

 span { border-color: rgb(204,100,16); }

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