#956F5F

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

Shades of Beaver #956F5F

Tints of Beaver #956F5F

Color information

#956F5F (or 0x956F5F) is unknown color: approx Beaver. HEX triplet: 95, 6F and 5F. RGB value is (149,111,95). Sum of RGB (Red+Green+Blue) = 149+111+95=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F5F is #6A90A0. Grayscale: #787878. Windows color (decimal): -6983841 or 6254485. OLE color: 6254485.

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

Color convert

RGB14911195-
CMYK00.260.360.42
HSL17.78º22.13%47.84%-
HSV(B)17.78º36.24%58.43%-
XYZ20.1418.5813.35-
YUV120.54113.59148.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=41.97%
G=31.27%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491119500.260.360.4217.7822.1347.84
Hex956F5F01A242A121630
Octal2251571370324452222660
Binary10010101110111110111110110101001001010101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,95); }

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

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

 a { background-color: rgb(149,111,95); }

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

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

 span { border-color: rgb(149,111,95); }

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