#967158

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

Shades of Beaver #967158

Tints of Beaver #967158

Color information

#967158 (or 0x967158) is unknown color: approx Beaver. HEX triplet: 96, 71 and 58. RGB value is (150,113,88). Sum of RGB (Red+Green+Blue) = 150+113+88=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967158 is #698EA7. Grayscale: #797979. Windows color (decimal): -6917800 or 5796246. OLE color: 5796246.

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

Color convert

RGB15011388-
CMYK00.250.410.41
HSL24.19º26.05%46.67%-
HSV(B)24.19º41.33%58.82%-
XYZ20.241911.83-
YUV121.21109.26148.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=42.74%
G=32.19%
B=25.07%

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
Decimal1501138800.250.410.4124.1926.0546.67
Hex9671580192929181a2f
Octal2261611300315151303257
Binary10010110111000110110000110011010011010011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967158; }

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

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

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

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

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

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

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

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