#956C5C

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

Shades of Beaver #956C5C

Tints of Beaver #956C5C

Color information

#956C5C (or 0x956C5C) is unknown color: approx Beaver. HEX triplet: 95, 6C and 5C. RGB value is (149,108,92). Sum of RGB (Red+Green+Blue) = 149+108+92=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C5C is #6A93A3. Grayscale: #767676. Windows color (decimal): -6984612 or 6057109. OLE color: 6057109.

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

Color convert

RGB14910892-
CMYK00.280.380.42
HSL16.84º23.65%47.25%-
HSV(B)16.84º38.26%58.43%-
XYZ19.6917.8912.54-
YUV118.43113.08149.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=42.69%
G=30.95%
B=26.36%

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
Decimal1491089200.280.380.4216.8423.6547.25
Hex956C5C01C262A11182f
Octal2251541340344652213057
Binary10010101110110010111000111001001101010101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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