#96826E

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

Shades of Squirrel #96826E

Tints of Squirrel #96826E

Color information

#96826E (or 0x96826E) is unknown color: approx Squirrel. HEX triplet: 96, 82 and 6E. RGB value is (150,130,110). Sum of RGB (Red+Green+Blue) = 150+130+110=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96826E is #697D91. Grayscale: #858585. Windows color (decimal): -6913426 or 7242390. OLE color: 7242390.

HSL color Cylindrical-coordinate representation of color #96826E: hue angle of 30º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96826E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150130110-
CMYK00.130.270.41
HSL30º16%50.98%-
HSV(B)30º26.67%58.82%-
XYZ23.3723.5818.07-
YUV133.7114.63139.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=38.46%
G=33.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013011000.130.270.41301650.98
Hex96826E0D1B291e1033
Octal2262021560153351362063
Binary1001011010000010110111001101110111010011111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96826E; }

 p { color: rgb(150,130,110); }

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

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

 a { background-color: rgb(150,130,110); }

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

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

 span { border-color: rgb(150,130,110); }

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