#937D68

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

Shades of Squirrel #937D68

Tints of Squirrel #937D68

Color information

#937D68 (or 0x937D68) is unknown color: approx Squirrel. HEX triplet: 93, 7D and 68. RGB value is (147,125,104). Sum of RGB (Red+Green+Blue) = 147+125+104=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #937D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D68 is #6C8297. Grayscale: #818181. Windows color (decimal): -7111320 or 6847891. OLE color: 6847891.

HSL color Cylindrical-coordinate representation of color #937D68: hue angle of 29.3º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937D68 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147125104-
CMYK00.150.290.42
HSL29.3º17.13%49.22%-
HSV(B)29.3º29.25%57.65%-
XYZ21.8621.8716.17-
YUV129.18113.79140.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=39.10%
G=33.24%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712510400.150.290.4229.317.1349.22
Hex937D680F1D2A1d1131
Octal2231751500173552352161
Binary100100111111101110100001111111011010101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D68; }

 p { color: rgb(147,125,104); }

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

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

 a { background-color: rgb(147,125,104); }

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

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

 span { border-color: rgb(147,125,104); }

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