#B96410

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

Shades of Tenne (Tawny) #B96410

Tints of Tenne (Tawny) #B96410

Color information

#B96410 (or 0xB96410) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 64 and 10. RGB value is (185,100,16). Sum of RGB (Red+Green+Blue) = 185+100+16=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96410 is #469BEF. Grayscale: #747474. Windows color (decimal): -4627440 or 1074361. OLE color: 1074361.

HSL color Cylindrical-coordinate representation of color #B96410: hue angle of 29.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96410 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18510016-
CMYK00.460.910.27
HSL29.82º84.08%39.41%-
HSV(B)29.82º91.35%72.55%-
XYZ24.6619.472.95-
YUV115.8471.66177.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 16 (6.64% from 255) = 5.32%
R=61.46%
G=33.22%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851001600.460.910.2729.8284.0839.41
HexB9641002E5B1B1e5427
Octal27114420056133333612447
Binary101110011100100100000101110101101111011111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96410; }

 p { color: rgb(185,100,16); }

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

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

 a { background-color: rgb(185,100,16); }

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

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

 span { border-color: rgb(185,100,16); }

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