#CC6A00

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

Shades of Tenne (Tawny) #CC6A00

Tints of Tenne (Tawny) #CC6A00

Color information

#CC6A00 (or 0xCC6A00) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 6A and 00. RGB value is (204,106,0). Sum of RGB (Red+Green+Blue) = 204+106+0=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A00 is #3395FF. Grayscale: #7B7B7B. Windows color (decimal): -3380736 or 27340. OLE color: 27340.

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

Color convert

RGB2041060-
CMYK00.4810.2
HSL31.18º100%40%-
HSV(B)31.18º100%80%-
XYZ30.0623.152.88-
YUV123.2258.47185.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.81%
G=34.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204106000.4810.231.1810040
HexCC6A003064141f6428
Octal3141520060144243714450
Binary11001100110101000110000110010010100111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A00; }

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

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

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

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

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

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

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

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