#8B7D6D

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

Shades of Squirrel #8B7D6D

Tints of Squirrel #8B7D6D

Color information

#8B7D6D (or 0x8B7D6D) is unknown color: approx Squirrel. HEX triplet: 8B, 7D and 6D. RGB value is (139,125,109). Sum of RGB (Red+Green+Blue) = 139+125+109=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D6D is #748292. Grayscale: #7F7F7F. Windows color (decimal): -7635603 or 7175563. OLE color: 7175563.

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

Color convert

RGB139125109-
CMYK00.100.220.45
HSL32º12.1%48.63%-
HSV(B)32º21.58%54.51%-
XYZ20.7421.2617.48-
YUV127.36117.64136.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=37.27%
G=33.51%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912510900.100.220.453212.148.63
Hex8B7D6D0A162D20c31
Octal2131751550122655401461
Binary100010111111101110110101010101101011011000001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,109); }

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

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

 a { background-color: rgb(139,125,109); }

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

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

 span { border-color: rgb(139,125,109); }

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