#937765

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

Shades of Beaver #937765

Tints of Beaver #937765

Color information

#937765 (or 0x937765) is unknown color: approx Beaver. HEX triplet: 93, 77 and 65. RGB value is (147,119,101). Sum of RGB (Red+Green+Blue) = 147+119+101=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #937765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937765 is #6C889A. Grayscale: #7D7D7D. Windows color (decimal): -7112859 or 6649747. OLE color: 6649747.

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

Color convert

RGB147119101-
CMYK00.190.310.42
HSL23.48º18.55%48.63%-
HSV(B)23.48º31.29%57.65%-
XYZ20.9820.3415.13-
YUV125.32114.28143.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=40.05%
G=32.43%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711910100.190.310.4223.4818.5548.63
Hex9377650131F2A171331
Octal2231671450233752272361
Binary1001001111101111100101010011111111010101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937765; }

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

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

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

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

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

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

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

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