#937466

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

Shades of Beaver #937466

Tints of Beaver #937466

Color information

#937466 (or 0x937466) is unknown color: approx Beaver. HEX triplet: 93, 74 and 66. RGB value is (147,116,102). Sum of RGB (Red+Green+Blue) = 147+116+102=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #937466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937466 is #6C8B99. Grayscale: #7B7B7B. Windows color (decimal): -7113626 or 6714515. OLE color: 6714515.

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

Color convert

RGB147116102-
CMYK00.210.310.42
HSL18.67º18.07%48.82%-
HSV(B)18.67º30.61%57.65%-
XYZ20.6819.6515.27-
YUV123.67115.77144.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=40.27%
G=31.78%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711610200.210.310.4218.6718.0748.82
Hex9374660151F2A131231
Octal2231641460253752232261
Binary1001001111101001100110010101111111010101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937466; }

 p { color: rgb(147,116,102); }

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

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

 a { background-color: rgb(147,116,102); }

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

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

 span { border-color: rgb(147,116,102); }

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