#8B7D6A

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

Shades of Squirrel #8B7D6A

Tints of Squirrel #8B7D6A

Color information

#8B7D6A (or 0x8B7D6A) is unknown color: approx Squirrel. HEX triplet: 8B, 7D and 6A. RGB value is (139,125,106). Sum of RGB (Red+Green+Blue) = 139+125+106=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D6A is #748295. Grayscale: #7F7F7F. Windows color (decimal): -7635606 or 6978955. OLE color: 6978955.

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

Color convert

RGB139125106-
CMYK00.100.240.45
HSL34.55º13.47%48.04%-
HSV(B)34.55º23.74%54.51%-
XYZ20.5821.216.64-
YUV127.02116.14136.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=37.57%
G=33.78%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912510600.100.240.4534.5513.4748.04
Hex8B7D6A0A182D23d30
Octal2131751520123055431560
Binary100010111111101110101001010110001011011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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