#CC6400

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

Shades of Tenne (Tawny) #CC6400

Tints of Tenne (Tawny) #CC6400

Color information

#CC6400 (or 0xCC6400) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 64 and 00. RGB value is (204,100,0). Sum of RGB (Red+Green+Blue) = 204+100+0=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6400 is #339BFF. Grayscale: #787878. Windows color (decimal): -3382272 or 25804. OLE color: 25804.

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

Color convert

RGB2041000-
CMYK00.5110.2
HSL29.41º100%40%-
HSV(B)29.41º100%80%-
XYZ29.4621.952.68-
YUV119.760.46188.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.11%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.11%
G=32.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204100000.5110.229.4110040
HexCC64003364141d6428
Octal3141440063144243514450
Binary11001100110010000110011110010010100111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6400; }

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

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

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

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

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

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

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

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