#937666

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

Shades of Beaver #937666

Tints of Beaver #937666

Color information

#937666 (or 0x937666) is unknown color: approx Beaver. HEX triplet: 93, 76 and 66. RGB value is (147,118,102). Sum of RGB (Red+Green+Blue) = 147+118+102=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #937666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937666 is #6C8999. Grayscale: #7C7C7C. Windows color (decimal): -7113114 or 6715027. OLE color: 6715027.

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

Color convert

RGB147118102-
CMYK00.200.310.42
HSL21.33º18.07%48.82%-
HSV(B)21.33º30.61%57.65%-
XYZ20.9120.1215.35-
YUV124.85115.11143.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=40.05%
G=32.15%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711810200.200.310.4221.3318.0748.82
Hex9376660141F2A151231
Octal2231661460243752252261
Binary1001001111101101100110010100111111010101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937666; }

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

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

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

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

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

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

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

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