#8B7A69

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

Shades of Squirrel #8B7A69

Tints of Squirrel #8B7A69

Color information

#8B7A69 (or 0x8B7A69) is unknown color: approx Squirrel. HEX triplet: 8B, 7A and 69. RGB value is (139,122,105). Sum of RGB (Red+Green+Blue) = 139+122+105=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A69 is #748596. Grayscale: #7D7D7D. Windows color (decimal): -7636375 or 6912651. OLE color: 6912651.

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

Color convert

RGB139122105-
CMYK00.120.240.45
HSL30º13.93%47.84%-
HSV(B)30º24.46%54.51%-
XYZ20.1620.4316.25-
YUV125.14116.63137.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=37.98%
G=33.33%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912210500.120.240.453013.9347.84
Hex8B7A690C182D1ee30
Octal2131721510143055361660
Binary10001011111101011010010110011000101101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,105); }

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

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

 a { background-color: rgb(139,122,105); }

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

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

 span { border-color: rgb(139,122,105); }

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