#96705A

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

Shades of Beaver #96705A

Tints of Beaver #96705A

Color information

#96705A (or 0x96705A) is unknown color: approx Beaver. HEX triplet: 96, 70 and 5A. RGB value is (150,112,90). Sum of RGB (Red+Green+Blue) = 150+112+90=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #96705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705A is #698FA5. Grayscale: #787878. Windows color (decimal): -6918054 or 5927062. OLE color: 5927062.

HSL color Cylindrical-coordinate representation of color #96705A: hue angle of 22º 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 #96705A is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB15011290-
CMYK00.250.40.41
HSL22º25%47.06%-
HSV(B)22º40%58.82%-
XYZ20.2218.8112.24-
YUV120.85110.59148.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=42.61%
G=31.82%
B=25.57%

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
Decimal1501129000.250.40.41222547.06
Hex96705A019282916192f
Octal2261601320315051263157
Binary10010110111000010110100110011010001010011011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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