#8B7A68

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

Shades of Squirrel #8B7A68

Tints of Squirrel #8B7A68

Color information

#8B7A68 (or 0x8B7A68) is unknown color: approx Squirrel. HEX triplet: 8B, 7A and 68. RGB value is (139,122,104). Sum of RGB (Red+Green+Blue) = 139+122+104=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A68 is #748597. Grayscale: #7D7D7D. Windows color (decimal): -7636376 or 6847115. OLE color: 6847115.

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

Color convert

RGB139122104-
CMYK00.120.250.45
HSL30.86º14.4%47.65%-
HSV(B)30.86º25.18%54.51%-
XYZ20.1120.4115.98-
YUV125.03116.13137.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=38.08%
G=33.42%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912210400.120.250.4530.8614.447.65
Hex8B7A680C192D1fe30
Octal2131721500143155371660
Binary10001011111101011010000110011001101101111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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