#937662

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

Shades of Beaver #937662

Tints of Beaver #937662

Color information

#937662 (or 0x937662) is unknown color: approx Beaver. HEX triplet: 93, 76 and 62. RGB value is (147,118,98). Sum of RGB (Red+Green+Blue) = 147+118+98=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #937662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937662 is #6C899D. Grayscale: #7C7C7C. Windows color (decimal): -7113118 or 6452883. OLE color: 6452883.

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

Color convert

RGB14711898-
CMYK00.200.330.42
HSL24.49º20%48.04%-
HSV(B)24.49º33.33%57.65%-
XYZ20.7220.0414.33-
YUV124.39113.11144.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=40.50%
G=32.51%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471189800.200.330.4224.492048.04
Hex937662014212A181430
Octal2231661420244152302460
Binary10010011111011011000100101001000011010101100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937662; }

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

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

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

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

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

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

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

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