#956D5D

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

Shades of Beaver #956D5D

Tints of Beaver #956D5D

Color information

#956D5D (or 0x956D5D) is unknown color: approx Beaver. HEX triplet: 95, 6D and 5D. RGB value is (149,109,93). Sum of RGB (Red+Green+Blue) = 149+109+93=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D5D is #6A92A2. Grayscale: #777777. Windows color (decimal): -6984355 or 6122901. OLE color: 6122901.

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

Color convert

RGB14910993-
CMYK00.270.380.42
HSL17.14º23.14%47.45%-
HSV(B)17.14º37.58%58.43%-
XYZ19.8418.1212.81-
YUV119.14113.25149.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=42.45%
G=31.05%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491099300.270.380.4217.1423.1447.45
Hex956D5D01B262A11172f
Octal2251551350334652212757
Binary10010101110110110111010110111001101010101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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