#938065

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

Shades of Squirrel #938065

Tints of Squirrel #938065

Color information

#938065 (or 0x938065) is unknown color: approx Squirrel. HEX triplet: 93, 80 and 65. RGB value is (147,128,101). Sum of RGB (Red+Green+Blue) = 147+128+101=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938065 is #6C7F9A. Grayscale: #828282. Windows color (decimal): -7110555 or 6652051. OLE color: 6652051.

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

Color convert

RGB147128101-
CMYK00.130.310.42
HSL35.22º18.55%48.63%-
HSV(B)35.22º31.29%57.65%-
XYZ22.122.5815.51-
YUV130.6111.29139.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=39.10%
G=34.04%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712810100.130.310.4235.2218.5548.63
Hex9380650D1F2A231331
Octal2232001450153752432361
Binary10010011100000001100101011011111110101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938065; }

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

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

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

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

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

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

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

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