Html Css Color HEX #CC6C0E Chocolate

📋 copy color: '#CC6C0E'

red 204 ◦ green 108 ◦ blue 14

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

Shades of Chocolate #CC6C0E

Tints of Chocolate #CC6C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 62.58%
G = 33.13%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC6C0E (or 0xCC6C0E) is known color: Chocolate. HEX triplet: CC, 6C and 0E. RGB value is (204,108,14). Sum of RGB (Red+Green+Blue) = 204+108+14=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6C0E is #3393F1. Grayscale: #7E7E7E. Windows color (decimal): -3380210 or 945356. OLE color: 945356.

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

Color convert

RGB 204 108 14 -
CMYK 0 0.47 0.93 0.2
HSL 29.68º 0.87% 0.43% -
HSV(B) 29.68º 0.93% 0.8% -
XYZ 30.34 23.59 3.37 -
YUV 125.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 204 108 14 0 0.47 0.93 0.2 29.68 0.87 0.43
Hex CC 6C E 0 2F 5D 14 1E 57 2B
Octal 314 154 16 0 57 135 24 36 127 53
Binary 11001100 1101100 1110 0 101111 1011101 10100 11110 1010111 101011

Color Harmonies of #CC6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C0E

Black with #CC6C0E

Text Example


Text Example

White with #CC6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C0E; }

 p { color: rgb(204,108,14); }

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

background-color css

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

 a { background-color: rgb(204,108,14); }

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

border-color css

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

 span { border-color: rgb(204,108,14); }

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