#B96308

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

Shades of Tenne (Tawny) #B96308

Tints of Tenne (Tawny) #B96308

Color information

#B96308 (or 0xB96308) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 63 and 08. RGB value is (185,99,8). Sum of RGB (Red+Green+Blue) = 185+99+8=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B96308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96308 is #469CF7. Grayscale: #727272. Windows color (decimal): -4627704 or 549817. OLE color: 549817.

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

Color convert

RGB185998-
CMYK00.460.960.27
HSL30.85º91.71%37.84%-
HSV(B)30.85º95.68%72.55%-
XYZ24.5119.262.65-
YUV114.3467.99178.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 8 (3.52% from 255) = 2.74%
R=63.36%
G=33.90%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18599800.460.960.2730.8591.7137.84
HexB963802E601B1f5c26
Octal27114310056140333713446
Binary10111001110001110000101110110000011011111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96308; }

 p { color: rgb(185,99,8); }

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

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

 a { background-color: rgb(185,99,8); }

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

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

 span { border-color: rgb(185,99,8); }

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