#937764

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

Shades of Beaver #937764

Tints of Beaver #937764

Color information

#937764 (or 0x937764) is unknown color: approx Beaver. HEX triplet: 93, 77 and 64. RGB value is (147,119,100). Sum of RGB (Red+Green+Blue) = 147+119+100=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #937764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937764 is #6C889B. Grayscale: #7D7D7D. Windows color (decimal): -7112860 or 6584211. OLE color: 6584211.

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

Color convert

RGB147119100-
CMYK00.190.320.42
HSL24.26º19.03%48.43%-
HSV(B)24.26º31.97%57.65%-
XYZ20.9320.3214.88-
YUV125.21113.78143.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=40.16%
G=32.51%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711910000.190.320.4224.2619.0348.43
Hex937764013202A181330
Octal2231671440234052302360
Binary10010011111011111001000100111000001010101100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937764; }

 p { color: rgb(147,119,100); }

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

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

 a { background-color: rgb(147,119,100); }

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

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

 span { border-color: rgb(147,119,100); }

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