#8A7C69

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

Shades of Squirrel #8A7C69

Tints of Squirrel #8A7C69

Color information

#8A7C69 (or 0x8A7C69) is unknown color: approx Squirrel. HEX triplet: 8A, 7C and 69. RGB value is (138,124,105). Sum of RGB (Red+Green+Blue) = 138+124+105=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C69 is #758396. Grayscale: #7E7E7E. Windows color (decimal): -7701399 or 6913162. OLE color: 6913162.

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

Color convert

RGB138124105-
CMYK00.100.240.46
HSL34.55º13.58%47.65%-
HSV(B)34.55º23.91%54.12%-
XYZ20.2420.8416.32-
YUV126.02116.14136.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=37.60%
G=33.79%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812410500.100.240.4634.5513.5847.65
Hex8A7C690A182E23e30
Octal2121741510123056431660
Binary100010101111100110100101010110001011101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,105); }

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

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

 a { background-color: rgb(138,124,105); }

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

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

 span { border-color: rgb(138,124,105); }

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