#CC6500

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

Shades of Tenne (Tawny) #CC6500

Tints of Tenne (Tawny) #CC6500

Color information

#CC6500 (or 0xCC6500) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 65 and 00. RGB value is (204,101,0). Sum of RGB (Red+Green+Blue) = 204+101+0=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6500 is #339AFF. Grayscale: #787878. Windows color (decimal): -3382016 or 26060. OLE color: 26060.

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

Color convert

RGB2041010-
CMYK00.5010.2
HSL29.71º100%40%-
HSV(B)29.71º100%80%-
XYZ29.5622.142.72-
YUV120.2860.12187.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.89%
G=33.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204101000.5010.229.7110040
HexCC65003264141e6428
Octal3141450062144243614450
Binary11001100110010100110010110010010100111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6500; }

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

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

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

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

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

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

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

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