#958268

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

Shades of Squirrel #958268

Tints of Squirrel #958268

Color information

#958268 (or 0x958268) is unknown color: approx Squirrel. HEX triplet: 95, 82 and 68. RGB value is (149,130,104). Sum of RGB (Red+Green+Blue) = 149+130+104=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958268 is #6A7D97. Grayscale: #848484. Windows color (decimal): -6978968 or 6849173. OLE color: 6849173.

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

Color convert

RGB149130104-
CMYK00.130.300.42
HSL34.67º17.79%49.61%-
HSV(B)34.67º30.2%58.43%-
XYZ22.8823.3516.4-
YUV132.72111.79139.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=38.90%
G=33.94%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913010400.130.300.4234.6717.7949.61
Hex9582680D1E2A231232
Octal2252021500153652432262
Binary10010101100000101101000011011111010101010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958268; }

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

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

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

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

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

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

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

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