Html Css Color HEX #CC6911 Chocolate

📋 copy color: '#CC6911'

red 204 ◦ green 105 ◦ blue 17

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

Shades of Chocolate #CC6911

Tints of Chocolate #CC6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 62.58%
G = 32.21%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC6911 (or 0xCC6911) is known color: Chocolate. HEX triplet: CC, 69 and 11. RGB value is (204,105,17). Sum of RGB (Red+Green+Blue) = 204+105+17=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6911 is #3396EE. Grayscale: #7D7D7D. Windows color (decimal): -3380975 or 1141196. OLE color: 1141196.

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

Color convert

RGB 204 105 17 -
CMYK 0 0.49 0.92 0.2
HSL 28.24º 0.85% 0.43% -
HSV(B) 28.24º 0.92% 0.8% -
XYZ 30.05 22.98 3.38 -
YUV 124.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 204 105 17 0 0.49 0.92 0.2 28.24 0.85 0.43
Hex CC 69 11 0 31 5C 14 1C 55 2B
Octal 314 151 21 0 61 134 24 34 125 53
Binary 11001100 1101001 10001 0 110001 1011100 10100 11100 1010101 101011

Color Harmonies of #CC6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6911

Black with #CC6911

Text Example


Text Example

White with #CC6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6911; }

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

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

background-color css

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

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

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

border-color css

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

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

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