#96715B

Color #96715B Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #96715B

Tints of Beaver #96715B

Color information

#96715B (or 0x96715B) is unknown color: approx Beaver. HEX triplet: 96, 71 and 5B. RGB value is (150,113,91). Sum of RGB (Red+Green+Blue) = 150+113+91=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96715B is #698EA4. Grayscale: #797979. Windows color (decimal): -6917797 or 5992854. OLE color: 5992854.

HSL color Cylindrical-coordinate representation of color #96715B: hue angle of 22.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96715B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15011391-
CMYK00.250.390.41
HSL22.37º24.48%47.25%-
HSV(B)22.37º39.33%58.82%-
XYZ20.3719.0512.5-
YUV121.56110.76148.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=42.37%
G=31.92%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501139100.250.390.4122.3724.4847.25
Hex96715B019272916182f
Octal2261611330314751263057
Binary10010110111000110110110110011001111010011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96715B; }

 p { color: rgb(150,113,91); }

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

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

 a { background-color: rgb(150,113,91); }

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

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

 span { border-color: rgb(150,113,91); }

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