#967865

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

Shades of Squirrel #967865

Tints of Squirrel #967865

Color information

#967865 (or 0x967865) is unknown color: approx Squirrel. HEX triplet: 96, 78 and 65. RGB value is (150,120,101). Sum of RGB (Red+Green+Blue) = 150+120+101=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967865 is #69879A. Grayscale: #7E7E7E. Windows color (decimal): -6915995 or 6650006. OLE color: 6650006.

HSL color Cylindrical-coordinate representation of color #967865: hue angle of 23.27º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967865 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150120101-
CMYK00.200.330.41
HSL23.27º19.52%49.22%-
HSV(B)23.27º32.67%58.82%-
XYZ21.6420.8615.2-
YUV126.8113.44144.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=40.43%
G=32.35%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012010100.200.330.4123.2719.5249.22
Hex9678650142129171431
Octal2261701450244151272461
Binary10010110111100011001010101001000011010011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967865; }

 p { color: rgb(150,120,101); }

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

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

 a { background-color: rgb(150,120,101); }

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

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

 span { border-color: rgb(150,120,101); }

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