#8A7D6E

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

Shades of Squirrel #8A7D6E

Tints of Squirrel #8A7D6E

Color information

#8A7D6E (or 0x8A7D6E) is unknown color: approx Squirrel. HEX triplet: 8A, 7D and 6E. RGB value is (138,125,110). Sum of RGB (Red+Green+Blue) = 138+125+110=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D6E is #758291. Grayscale: #7F7F7F. Windows color (decimal): -7701138 or 7241098. OLE color: 7241098.

HSL color Cylindrical-coordinate representation of color #8A7D6E: hue angle of 32.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7D6E is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138125110-
CMYK00.090.200.46
HSL32.14º11.29%48.63%-
HSV(B)32.14º20.29%54.12%-
XYZ20.6321.217.76-
YUV127.18118.31135.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=37.00%
G=33.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812511000.090.200.4632.1411.2948.63
Hex8A7D6E09142E20b31
Octal2121751560112456401361
Binary100010101111101110111001001101001011101000001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7D6E; }

 p { color: rgb(138,125,110); }

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

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

 a { background-color: rgb(138,125,110); }

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

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

 span { border-color: rgb(138,125,110); }

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