#948065

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

Shades of Squirrel #948065

Tints of Squirrel #948065

Color information

#948065 (or 0x948065) is unknown color: approx Squirrel. HEX triplet: 94, 80 and 65. RGB value is (148,128,101). Sum of RGB (Red+Green+Blue) = 148+128+101=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948065 is #6B7F9A. Grayscale: #838383. Windows color (decimal): -7045019 or 6652052. OLE color: 6652052.

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

Color convert

RGB148128101-
CMYK00.140.320.42
HSL34.47º18.88%48.82%-
HSV(B)34.47º31.76%58.04%-
XYZ22.2822.6715.51-
YUV130.9111.13140.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=39.26%
G=33.95%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812810100.140.320.4234.4718.8848.82
Hex9480650E202A221331
Octal2242001450164052422361
Binary100101001000000011001010111010000010101010001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948065; }

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

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

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

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

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

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

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

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