#957665

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

Shades of Beaver #957665

Tints of Beaver #957665

Color information

#957665 (or 0x957665) is unknown color: approx Beaver. HEX triplet: 95, 76 and 65. RGB value is (149,118,101). Sum of RGB (Red+Green+Blue) = 149+118+101=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957665 is #6A899A. Grayscale: #7D7D7D. Windows color (decimal): -6982043 or 6649493. OLE color: 6649493.

HSL color Cylindrical-coordinate representation of color #957665: hue angle of 21.25º 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 #957665 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149118101-
CMYK00.210.320.42
HSL21.25º19.2%49.02%-
HSV(B)21.25º32.21%58.43%-
XYZ21.2220.2915.11-
YUV125.33114.27144.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=40.49%
G=32.07%
B=27.45%

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
Decimal14911810100.210.320.4221.2519.249.02
Hex957665015202A151331
Octal2251661450254052252361
Binary10010101111011011001010101011000001010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957665; }

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

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

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

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

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

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

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

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