#B96110

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

Shades of Tenne (Tawny) #B96110

Tints of Tenne (Tawny) #B96110

Color information

#B96110 (or 0xB96110) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 61 and 10. RGB value is (185,97,16). Sum of RGB (Red+Green+Blue) = 185+97+16=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B96110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96110 is #469EEF. Grayscale: #727272. Windows color (decimal): -4628208 or 1073593. OLE color: 1073593.

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

Color convert

RGB1859716-
CMYK00.480.910.27
HSL28.76º84.08%39.41%-
HSV(B)28.76º91.35%72.55%-
XYZ24.3818.92.85-
YUV114.0872.65178.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 16 (6.64% from 255) = 5.37%
R=62.08%
G=32.55%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185971600.480.910.2728.7684.0839.41
HexB961100305B1B1d5427
Octal27114120060133333512447
Binary101110011100001100000110000101101111011111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96110; }

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

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

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

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

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

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

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

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