Html Css Color HEX #CC6E09 Chocolate

📋 copy color: '#CC6E09'

red 204 ◦ green 110 ◦ blue 9

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

Shades of Chocolate #CC6E09

Tints of Chocolate #CC6E09

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 63.16%
G = 34.06%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC6E09 (or 0xCC6E09) is known color: Chocolate. HEX triplet: CC, 6E and 09. RGB value is (204,110,9). Sum of RGB (Red+Green+Blue) = 204+110+9=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E09 is #3391F6. Grayscale: #7F7F7F. Windows color (decimal): -3379703 or 618188. OLE color: 618188.

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

Color convert

RGB 204 110 9 -
CMYK 0 0.46 0.96 0.2
HSL 31.08º 0.92% 0.42% -
HSV(B) 31.08º 0.96% 0.8% -
XYZ 30.53 24.01 3.28 -
YUV 126.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 204 110 9 0 0.46 0.96 0.2 31.08 0.92 0.42
Hex CC 6E 9 0 2E 60 14 1F 5C 2A
Octal 314 156 11 0 56 140 24 37 134 52
Binary 11001100 1101110 1001 0 101110 1100000 10100 11111 1011100 101010

Color Harmonies of #CC6E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E09

Black with #CC6E09

Text Example


Text Example

White with #CC6E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E09; }

 p { color: rgb(204,110,9); }

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

background-color css

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

 a { background-color: rgb(204,110,9); }

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

border-color css

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

 span { border-color: rgb(204,110,9); }

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