#97816E

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

Shades of Squirrel #97816E

Tints of Squirrel #97816E

Color information

#97816E (or 0x97816E) is unknown color: approx Squirrel. HEX triplet: 97, 81 and 6E. RGB value is (151,129,110). Sum of RGB (Red+Green+Blue) = 151+129+110=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97816E is #687E91. Grayscale: #858585. Windows color (decimal): -6848146 or 7242135. OLE color: 7242135.

HSL color Cylindrical-coordinate representation of color #97816E: hue angle of 27.8º 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 #97816E is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151129110-
CMYK00.150.270.41
HSL27.8º16.47%51.18%-
HSV(B)27.8º27.15%59.22%-
XYZ23.4323.4118.03-
YUV133.41114.79140.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=38.72%
G=33.08%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112911000.150.270.4127.816.4751.18
Hex97816E0F1B291c1033
Octal2272011560173351342063
Binary1001011110000001110111001111110111010011110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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