#CC6000

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

Shades of Tenne (Tawny) #CC6000

Tints of Tenne (Tawny) #CC6000

Color information

#CC6000 (or 0xCC6000) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 60 and 00. RGB value is (204,96,0). Sum of RGB (Red+Green+Blue) = 204+96+0=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6000 is #339FFF. Grayscale: #757575. Windows color (decimal): -3383296 or 24780. OLE color: 24780.

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

Color convert

RGB204960-
CMYK00.5310.2
HSL28.24º100%40%-
HSV(B)28.24º100%80%-
XYZ29.0821.22.56-
YUV117.3561.78189.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68%
G=32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20496000.5310.228.2410040
HexCC60003564141c6428
Octal3141400065144243414450
Binary11001100110000000110101110010010100111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6000; }

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

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

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

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

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

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

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

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