#967159

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

Shades of Beaver #967159

Tints of Beaver #967159

Color information

#967159 (or 0x967159) is unknown color: approx Beaver. HEX triplet: 96, 71 and 59. RGB value is (150,113,89). Sum of RGB (Red+Green+Blue) = 150+113+89=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967159 is #698EA6. Grayscale: #797979. Windows color (decimal): -6917799 or 5861782. OLE color: 5861782.

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

Color convert

RGB15011389-
CMYK00.250.410.41
HSL23.61º25.52%46.86%-
HSV(B)23.61º40.67%58.82%-
XYZ20.2919.0212.05-
YUV121.33109.76148.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=42.61%
G=32.10%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138900.250.410.4123.6125.5246.86
Hex9671590192929181a2f
Octal2261611310315151303257
Binary10010110111000110110010110011010011010011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967159; }

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

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

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

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

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

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

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

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