#956B5A

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

Shades of Beaver #956B5A

Tints of Beaver #956B5A

Color information

#956B5A (or 0x956B5A) is unknown color: approx Beaver. HEX triplet: 95, 6B and 5A. RGB value is (149,107,90). Sum of RGB (Red+Green+Blue) = 149+107+90=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B5A is #6A94A5. Grayscale: #757575. Windows color (decimal): -6984870 or 5925781. OLE color: 5925781.

HSL color Cylindrical-coordinate representation of color #956B5A: hue angle of 17.29º 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 #956B5A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910790-
CMYK00.280.400.42
HSL17.29º24.69%46.86%-
HSV(B)17.29º39.6%58.43%-
XYZ19.517.6412.05-
YUV117.62112.41150.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=43.06%
G=30.92%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491079000.280.400.4217.2924.6946.86
Hex956B5A01C282A11192f
Octal2251531320345052213157
Binary10010101110101110110100111001010001010101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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