#CC6E00

Color #CC6E00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CC6E00

Tints of Tenne (Tawny) #CC6E00

Color information

#CC6E00 (or 0xCC6E00) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 6E and 00. RGB value is (204,110,0). Sum of RGB (Red+Green+Blue) = 204+110+0=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E00 is #3391FF. Grayscale: #7E7E7E. Windows color (decimal): -3379712 or 28364. OLE color: 28364.

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

Color convert

RGB2041100-
CMYK00.4610.2
HSL32.35º100%40%-
HSV(B)32.35º100%80%-
XYZ30.4823.993.02-
YUV125.5757.14183.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.97%
G=35.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204110000.4610.232.3510040
HexCC6E002E6414206428
Octal3141560056144244014450
Binary110011001101110001011101100100101001000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E00; }

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

 H1.HeaderClassName
 {
   color: #CC6E00;
 }
 .AnyTagClassName
 {
   color: #CC6E00;
 }
</style>
background-color css

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

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

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

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

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

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