#C96600

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

Shades of Tenne (Tawny) #C96600

Tints of Tenne (Tawny) #C96600

Color information

#C96600 (or 0xC96600) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 66 and 00. RGB value is (201,102,0). Sum of RGB (Red+Green+Blue) = 201+102+0=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C96600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96600 is #3699FF. Grayscale: #787878. Windows color (decimal): -3578368 or 26313. OLE color: 26313.

HSL color Cylindrical-coordinate representation of color #C96600: hue angle of 30.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C96600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2011020-
CMYK00.4910.21
HSL30.45º100%39.41%-
HSV(B)30.45º100%78.82%-
XYZ28.8421.922.71-
YUV119.9760.3185.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 66.34%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.34%
G=33.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201102000.4910.2130.4510039.41
HexC966003164151e6427
Octal3111460061144253614447
Binary11001001110011000110001110010010101111101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96600; }

 p { color: rgb(201,102,0); }

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

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

 a { background-color: rgb(201,102,0); }

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

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

 span { border-color: rgb(201,102,0); }

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