#957666

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

Shades of Beaver #957666

Tints of Beaver #957666

Color information

#957666 (or 0x957666) is unknown color: approx Beaver. HEX triplet: 95, 76 and 66. RGB value is (149,118,102). Sum of RGB (Red+Green+Blue) = 149+118+102=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957666 is #6A8999. Grayscale: #7D7D7D. Windows color (decimal): -6982042 or 6715029. OLE color: 6715029.

HSL color Cylindrical-coordinate representation of color #957666: hue angle of 20.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957666 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149118102-
CMYK00.210.320.42
HSL20.43º18.73%49.22%-
HSV(B)20.43º31.54%58.43%-
XYZ21.2720.3115.37-
YUV125.44114.77144.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=40.38%
G=31.98%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911810200.210.320.4220.4318.7349.22
Hex957666015202A141331
Octal2251661460254052242361
Binary10010101111011011001100101011000001010101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957666; }

 p { color: rgb(149,118,102); }

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

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

 a { background-color: rgb(149,118,102); }

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

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

 span { border-color: rgb(149,118,102); }

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