#96715A

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

Shades of Beaver #96715A

Tints of Beaver #96715A

Color information

#96715A (or 0x96715A) is unknown color: approx Beaver. HEX triplet: 96, 71 and 5A. RGB value is (150,113,90). Sum of RGB (Red+Green+Blue) = 150+113+90=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96715A is #698EA5. Grayscale: #797979. Windows color (decimal): -6917798 or 5927318. OLE color: 5927318.

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

Color convert

RGB15011390-
CMYK00.250.40.41
HSL23º25%47.06%-
HSV(B)23º40%58.82%-
XYZ20.3319.0312.28-
YUV121.44110.26148.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=42.49%
G=32.01%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501139000.250.40.41232547.06
Hex96715A019282917192f
Octal2261611320315051273157
Binary10010110111000110110100110011010001010011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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