#C56406

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

Shades of Tenne (Tawny) #C56406

Tints of Tenne (Tawny) #C56406

Color information

#C56406 (or 0xC56406) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 64 and 06. RGB value is (197,100,6). Sum of RGB (Red+Green+Blue) = 197+100+6=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56406 is #3A9BF9. Grayscale: #767676. Windows color (decimal): -3841018 or 419013. OLE color: 419013.

HSL color Cylindrical-coordinate representation of color #C56406: hue angle of 29.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C56406 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1971006-
CMYK00.490.970.23
HSL29.53º94.09%39.8%-
HSV(B)29.53º96.95%77.25%-
XYZ27.62212.77-
YUV118.2964.64184.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.02%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=65.02%
G=33.00%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197100600.490.970.2329.5394.0939.8
HexC564603161171e5e28
Octal3051446061141273613650
Binary1100010111001001100110001110000110111111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56406; }

 p { color: rgb(197,100,6); }

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

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

 a { background-color: rgb(197,100,6); }

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

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

 span { border-color: rgb(197,100,6); }

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