#967156

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

Shades of Beaver #967156

Tints of Beaver #967156

Color information

#967156 (or 0x967156) is unknown color: approx Beaver. HEX triplet: 96, 71 and 56. RGB value is (150,113,86). Sum of RGB (Red+Green+Blue) = 150+113+86=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #967156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967156 is #698EA9. Grayscale: #797979. Windows color (decimal): -6917802 or 5665174. OLE color: 5665174.

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

Color convert

RGB15011386-
CMYK00.250.430.41
HSL25.31º27.12%46.27%-
HSV(B)25.31º42.67%58.82%-
XYZ20.1618.9711.4-
YUV120.99108.26148.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=42.98%
G=32.38%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138600.250.430.4125.3127.1246.27
Hex9671560192B29191b2e
Octal2261611260315351313356
Binary10010110111000110101100110011010111010011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967156; }

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

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

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

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

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

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

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

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