#8A7E6E

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

Shades of Squirrel #8A7E6E

Tints of Squirrel #8A7E6E

Color information

#8A7E6E (or 0x8A7E6E) is unknown color: approx Squirrel. HEX triplet: 8A, 7E and 6E. RGB value is (138,126,110). Sum of RGB (Red+Green+Blue) = 138+126+110=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E6E is #758191. Grayscale: #7F7F7F. Windows color (decimal): -7700882 or 7241354. OLE color: 7241354.

HSL color Cylindrical-coordinate representation of color #8A7E6E: hue angle of 34.29º 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 #8A7E6E is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138126110-
CMYK00.090.200.46
HSL34.29º11.29%48.63%-
HSV(B)34.29º20.29%54.12%-
XYZ20.7621.4517.8-
YUV127.76117.98135.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=36.90%
G=33.69%
B=29.41%

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
Decimal13812611000.090.200.4634.2911.2948.63
Hex8A7E6E09142E22b31
Octal2121761560112456421361
Binary100010101111110110111001001101001011101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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