#958068

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

Shades of Squirrel #958068

Tints of Squirrel #958068

Color information

#958068 (or 0x958068) is unknown color: approx Squirrel. HEX triplet: 95, 80 and 68. RGB value is (149,128,104). Sum of RGB (Red+Green+Blue) = 149+128+104=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958068 is #6A7F97. Grayscale: #838383. Windows color (decimal): -6979480 or 6848661. OLE color: 6848661.

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

Color convert

RGB149128104-
CMYK00.140.300.42
HSL32º17.79%49.61%-
HSV(B)32º30.2%58.43%-
XYZ22.6122.8316.31-
YUV131.54112.46140.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=39.11%
G=33.60%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912810400.140.300.423217.7949.61
Hex9580680E1E2A201232
Octal2252001500163652402262
Binary10010101100000001101000011101111010101010000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958068; }

 p { color: rgb(149,128,104); }

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

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

 a { background-color: rgb(149,128,104); }

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

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

 span { border-color: rgb(149,128,104); }

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