#967157

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

Shades of Beaver #967157

Tints of Beaver #967157

Color information

#967157 (or 0x967157) is unknown color: approx Beaver. HEX triplet: 96, 71 and 57. RGB value is (150,113,87). Sum of RGB (Red+Green+Blue) = 150+113+87=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967157 is #698EA8. Grayscale: #797979. Windows color (decimal): -6917801 or 5730710. OLE color: 5730710.

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

Color convert

RGB15011387-
CMYK00.250.420.41
HSL24.76º26.58%46.47%-
HSV(B)24.76º42%58.82%-
XYZ20.218.9811.62-
YUV121.1108.76148.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=42.86%
G=32.29%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138700.250.420.4124.7626.5846.47
Hex9671570192A29191b2e
Octal2261611270315251313356
Binary10010110111000110101110110011010101010011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967157; }

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

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

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

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

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

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

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

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