#978168

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

Shades of Squirrel #978168

Tints of Squirrel #978168

Color information

#978168 (or 0x978168) is unknown color: approx Squirrel. HEX triplet: 97, 81 and 68. RGB value is (151,129,104). Sum of RGB (Red+Green+Blue) = 151+129+104=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #978168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978168 is #687E97. Grayscale: #848484. Windows color (decimal): -6848152 or 6848919. OLE color: 6848919.

HSL color Cylindrical-coordinate representation of color #978168: hue angle of 31.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978168 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151129104-
CMYK00.150.310.41
HSL31.91º18.43%50%-
HSV(B)31.91º31.13%59.22%-
XYZ23.1123.2816.37-
YUV132.73111.79141.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=39.32%
G=33.59%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112910400.150.310.4131.9118.4350
Hex9781680F1F29201232
Octal2272011500173751402262
Binary10010111100000011101000011111111110100110000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978168; }

 p { color: rgb(151,129,104); }

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

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

 a { background-color: rgb(151,129,104); }

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

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

 span { border-color: rgb(151,129,104); }

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