#CC6700

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

Shades of Tenne (Tawny) #CC6700

Tints of Tenne (Tawny) #CC6700

Color information

#CC6700 (or 0xCC6700) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 67 and 00. RGB value is (204,103,0). Sum of RGB (Red+Green+Blue) = 204+103+0=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6700 is #3398FF. Grayscale: #797979. Windows color (decimal): -3381504 or 26572. OLE color: 26572.

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

Color convert

RGB2041030-
CMYK00.5010.2
HSL30.29º100%40%-
HSV(B)30.29º100%80%-
XYZ29.7522.542.78-
YUV121.4659.46186.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.45%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.45%
G=33.55%
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
Decimal204103000.5010.230.2910040
HexCC67003264141e6428
Octal3141470062144243614450
Binary11001100110011100110010110010010100111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6700; }

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

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

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

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

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

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

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

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