#8B7968

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

Shades of Squirrel #8B7968

Tints of Squirrel #8B7968

Color information

#8B7968 (or 0x8B7968) is unknown color: approx Squirrel. HEX triplet: 8B, 79 and 68. RGB value is (139,121,104). Sum of RGB (Red+Green+Blue) = 139+121+104=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7968 is #748697. Grayscale: #7C7C7C. Windows color (decimal): -7636632 or 6846859. OLE color: 6846859.

HSL color Cylindrical-coordinate representation of color #8B7968: hue angle of 29.14º 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 #8B7968 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB139121104-
CMYK00.130.250.45
HSL29.14º14.4%47.65%-
HSV(B)29.14º25.18%54.51%-
XYZ19.9820.1615.94-
YUV124.44116.46138.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=38.19%
G=33.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912110400.130.250.4529.1414.447.65
Hex8B79680D192D1de30
Octal2131711500153155351660
Binary10001011111100111010000110111001101101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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