Html Css Color HEX #CC6711 Chocolate

📋 copy color: '#CC6711'

red 204 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #CC6711

Tints of Chocolate #CC6711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 62.96%
G = 31.79%
B = 5.25%

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

#CC6711 (or 0xCC6711) is known color: Chocolate. HEX triplet: CC, 67 and 11. RGB value is (204,103,17). Sum of RGB (Red+Green+Blue) = 204+103+17=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6711 is #3398EE. Grayscale: #7B7B7B. Windows color (decimal): -3381487 or 1140684. OLE color: 1140684.

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

Color convert

RGB 204 103 17 -
CMYK 0 0.50 0.92 0.2
HSL 27.59º 0.85% 0.43% -
HSV(B) 27.59º 0.92% 0.8% -
XYZ 29.85 22.58 3.31 -
YUV 123.4 67.96 185.49 -
System Red Green Blue C M Y K H S L
Decimal 204 103 17 0 0.50 0.92 0.2 27.59 0.85 0.43
Hex CC 67 11 0 32 5C 14 1C 55 2B
Octal 314 147 21 0 62 134 24 34 125 53
Binary 11001100 1100111 10001 0 110010 1011100 10100 11100 1010101 101011

Color Harmonies of #CC6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6711

Black with #CC6711

Text Example


Text Example

White with #CC6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6711; }

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

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

background-color css

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

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

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

border-color css

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

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

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