#96705F

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

Shades of Beaver #96705F

Tints of Beaver #96705F

Color information

#96705F (or 0x96705F) is unknown color: approx Beaver. HEX triplet: 96, 70 and 5F. RGB value is (150,112,95). Sum of RGB (Red+Green+Blue) = 150+112+95=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705F is #698FA0. Grayscale: #797979. Windows color (decimal): -6918049 or 6254742. OLE color: 6254742.

HSL color Cylindrical-coordinate representation of color #96705F: hue angle of 18.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96705F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15011295-
CMYK00.250.370.41
HSL18.55º22.45%48.04%-
HSV(B)18.55º36.67%58.82%-
XYZ20.4418.913.4-
YUV121.42113.09148.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=42.02%
G=31.37%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501129500.250.370.4118.5522.4548.04
Hex96705F0192529131630
Octal2261601370314551232660
Binary10010110111000010111110110011001011010011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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