#956D5A

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

Shades of Beaver #956D5A

Tints of Beaver #956D5A

Color information

#956D5A (or 0x956D5A) is unknown color: approx Beaver. HEX triplet: 95, 6D and 5A. RGB value is (149,109,90). Sum of RGB (Red+Green+Blue) = 149+109+90=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D5A is #6A92A5. Grayscale: #767676. Windows color (decimal): -6984358 or 5926293. OLE color: 5926293.

HSL color Cylindrical-coordinate representation of color #956D5A: hue angle of 19.32º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956D5A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910990-
CMYK00.270.400.42
HSL19.32º24.69%46.86%-
HSV(B)19.32º39.6%58.43%-
XYZ19.7118.0712.12-
YUV118.79111.75149.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=42.82%
G=31.32%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491099000.270.400.4219.3224.6946.86
Hex956D5A01B282A13192f
Octal2251551320335052233157
Binary10010101110110110110100110111010001010101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956D5A; }

 p { color: rgb(149,109,90); }

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

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

 a { background-color: rgb(149,109,90); }

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

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

 span { border-color: rgb(149,109,90); }

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