#8B7D69

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

Shades of Squirrel #8B7D69

Tints of Squirrel #8B7D69

Color information

#8B7D69 (or 0x8B7D69) is unknown color: approx Squirrel. HEX triplet: 8B, 7D and 69. RGB value is (139,125,105). Sum of RGB (Red+Green+Blue) = 139+125+105=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D69 is #748296. Grayscale: #7E7E7E. Windows color (decimal): -7635607 or 6913419. OLE color: 6913419.

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

Color convert

RGB139125105-
CMYK00.100.240.45
HSL35.29º13.93%47.84%-
HSV(B)35.29º24.46%54.51%-
XYZ20.5321.1816.37-
YUV126.91115.64136.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=37.67%
G=33.88%
B=28.46%

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
Decimal13912510500.100.240.4535.2913.9347.84
Hex8B7D690A182D23e30
Octal2131751510123055431660
Binary100010111111101110100101010110001011011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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