#C95506

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

Shades of Tenne (Tawny) #C95506

Tints of Tenne (Tawny) #C95506

Color information

#C95506 (or 0xC95506) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 55 and 06. RGB value is (201,85,6). Sum of RGB (Red+Green+Blue) = 201+85+6=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C95506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95506 is #36AAF9. Grayscale: #6F6F6F. Windows color (decimal): -3582714 or 415177. OLE color: 415177.

HSL color Cylindrical-coordinate representation of color #C95506: hue angle of 24.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C95506 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB201856-
CMYK00.580.970.21
HSL24.31º94.2%40.59%-
HSV(B)24.31º97.01%78.82%-
XYZ27.3718.932.38-
YUV110.6868.93192.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.84%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=68.84%
G=29.11%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20185600.580.970.2124.3194.240.59
HexC955603A6115185e29
Octal3111256072141253013651
Binary1100100110101011100111010110000110101110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95506; }

 p { color: rgb(201,85,6); }

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

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

 a { background-color: rgb(201,85,6); }

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

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

 span { border-color: rgb(201,85,6); }

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