#956C5D

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

Shades of Beaver #956C5D

Tints of Beaver #956C5D

Color information

#956C5D (or 0x956C5D) is unknown color: approx Beaver. HEX triplet: 95, 6C and 5D. RGB value is (149,108,93). Sum of RGB (Red+Green+Blue) = 149+108+93=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5D is #6A93A2. Grayscale: #767676. Windows color (decimal): -6984611 or 6122645. OLE color: 6122645.

HSL color Cylindrical-coordinate representation of color #956C5D: hue angle of 16.07º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956C5D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14910893-
CMYK00.280.380.42
HSL16.07º23.14%47.45%-
HSV(B)16.07º37.58%58.43%-
XYZ19.7317.912.77-
YUV118.55113.58149.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=42.57%
G=30.86%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491089300.280.380.4216.0723.1447.45
Hex956C5D01C262A10172f
Octal2251541350344652202757
Binary10010101110110010111010111001001101010101000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,93); }

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

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

 a { background-color: rgb(149,108,93); }

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

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

 span { border-color: rgb(149,108,93); }

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