#B46109

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

Shades of Tenne (Tawny) #B46109

Tints of Tenne (Tawny) #B46109

Color information

#B46109 (or 0xB46109) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 61 and 09. RGB value is (180,97,9). Sum of RGB (Red+Green+Blue) = 180+97+9=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B46109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46109 is #4B9EF6. Grayscale: #707070. Windows color (decimal): -4955895 or 614836. OLE color: 614836.

HSL color Cylindrical-coordinate representation of color #B46109: hue angle of 30.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B46109 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180979-
CMYK00.460.950.29
HSL30.88º90.48%37.06%-
HSV(B)30.88º95%70.59%-
XYZ23.1518.272.57-
YUV111.7870176.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 9 (3.91% from 255) = 3.15%
R=62.94%
G=33.92%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18097900.460.950.2930.8890.4837.06
HexB461902E5F1D1f5a25
Octal26414111056137353713245
Binary10110100110000110010101110101111111101111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46109; }

 p { color: rgb(180,97,9); }

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

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

 a { background-color: rgb(180,97,9); }

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

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

 span { border-color: rgb(180,97,9); }

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