#96745B

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

Shades of Beaver #96745B

Tints of Beaver #96745B

Color information

#96745B (or 0x96745B) is unknown color: approx Beaver. HEX triplet: 96, 74 and 5B. RGB value is (150,116,91). Sum of RGB (Red+Green+Blue) = 150+116+91=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96745B is #698BA4. Grayscale: #7B7B7B. Windows color (decimal): -6917029 or 5993622. OLE color: 5993622.

HSL color Cylindrical-coordinate representation of color #96745B: hue angle of 25.42º 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 #96745B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15011691-
CMYK00.230.390.41
HSL25.42º24.48%47.25%-
HSV(B)25.42º39.33%58.82%-
XYZ20.7119.7312.61-
YUV123.32109.76147.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=42.02%
G=32.49%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501169100.230.390.4125.4224.4847.25
Hex96745B017272919182f
Octal2261641330274751313057
Binary10010110111010010110110101111001111010011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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