Html Css Color HEX #CC6710 Chocolate

📋 copy color: '#CC6710'

red 204 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #CC6710

Tints of Chocolate #CC6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 63.16%
G = 31.89%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC6710 (or 0xCC6710) is known color: Chocolate. HEX triplet: CC, 67 and 10. RGB value is (204,103,16). Sum of RGB (Red+Green+Blue) = 204+103+16=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6710 is #3398EF. Grayscale: #7B7B7B. Windows color (decimal): -3381488 or 1075148. OLE color: 1075148.

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

Color convert

RGB 204 103 16 -
CMYK 0 0.50 0.92 0.2
HSL 27.77º 0.85% 0.43% -
HSV(B) 27.77º 0.92% 0.8% -
XYZ 29.85 22.58 3.27 -
YUV 123.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 204 103 16 0 0.50 0.92 0.2 27.77 0.85 0.43
Hex CC 67 10 0 32 5C 14 1C 55 2B
Octal 314 147 20 0 62 134 24 34 125 53
Binary 11001100 1100111 10000 0 110010 1011100 10100 11100 1010101 101011

Color Harmonies of #CC6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6710

Black with #CC6710

Text Example


Text Example

White with #CC6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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