#948071

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

Shades of Squirrel #948071

Tints of Squirrel #948071

Color information

#948071 (or 0x948071) is unknown color: approx Squirrel. HEX triplet: 94, 80 and 71. RGB value is (148,128,113). Sum of RGB (Red+Green+Blue) = 148+128+113=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #948071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948071 is #6B7F8E. Grayscale: #848484. Windows color (decimal): -7045007 or 7438484. OLE color: 7438484.

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

Color convert

RGB148128113-
CMYK00.140.240.42
HSL25.71º14.06%51.18%-
HSV(B)25.71º23.65%58.04%-
XYZ22.9122.9318.84-
YUV132.27117.13139.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=38.05%
G=32.90%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812811300.140.240.4225.7114.0651.18
Hex9480710E182A1ae33
Octal2242001610163052321663
Binary100101001000000011100010111011000101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948071; }

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

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

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

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

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

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

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

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