#8A7B6C

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

Shades of Squirrel #8A7B6C

Tints of Squirrel #8A7B6C

Color information

#8A7B6C (or 0x8A7B6C) is unknown color: approx Squirrel. HEX triplet: 8A, 7B and 6C. RGB value is (138,123,108). Sum of RGB (Red+Green+Blue) = 138+123+108=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B6C is #758493. Grayscale: #7D7D7D. Windows color (decimal): -7701652 or 7109514. OLE color: 7109514.

HSL color Cylindrical-coordinate representation of color #8A7B6C: hue angle of 30º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A7B6C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138123108-
CMYK00.110.220.46
HSL30º12.2%48.24%-
HSV(B)30º21.74%54.12%-
XYZ20.2720.6517.11-
YUV125.78117.97136.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=37.40%
G=33.33%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812310800.110.220.463012.248.24
Hex8A7B6C0B162E1ec30
Octal2121731540132656361460
Binary10001010111101111011000101110110101110111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,108); }

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

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

 a { background-color: rgb(138,123,108); }

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

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

 span { border-color: rgb(138,123,108); }

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