#956A58

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

Shades of Beaver #956A58

Tints of Beaver #956A58

Color information

#956A58 (or 0x956A58) is unknown color: approx Beaver. HEX triplet: 95, 6A and 58. RGB value is (149,106,88). Sum of RGB (Red+Green+Blue) = 149+106+88=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #956A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A58 is #6A95A7. Grayscale: #747474. Windows color (decimal): -6985128 or 5794453. OLE color: 5794453.

HSL color Cylindrical-coordinate representation of color #956A58: hue angle of 17.7º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956A58 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14910688-
CMYK00.290.410.42
HSL17.7º25.74%46.47%-
HSV(B)17.7º40.94%58.43%-
XYZ19.3117.411.57-
YUV116.8111.75150.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=43.44%
G=30.90%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491068800.290.410.4217.725.7446.47
Hex956A5801D292A121a2e
Octal2251521300355152223256
Binary10010101110101010110000111011010011010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,88); }

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

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

 a { background-color: rgb(149,106,88); }

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

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

 span { border-color: rgb(149,106,88); }

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