#8B7C66

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

Shades of Squirrel #8B7C66

Tints of Squirrel #8B7C66

Color information

#8B7C66 (or 0x8B7C66) is unknown color: approx Squirrel. HEX triplet: 8B, 7C and 66. RGB value is (139,124,102). Sum of RGB (Red+Green+Blue) = 139+124+102=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C66 is #748399. Grayscale: #7E7E7E. Windows color (decimal): -7635866 or 6716555. OLE color: 6716555.

HSL color Cylindrical-coordinate representation of color #8B7C66: hue angle of 35.68º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7C66 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB139124102-
CMYK00.110.270.45
HSL35.68º15.35%47.25%-
HSV(B)35.68º26.62%54.51%-
XYZ20.2520.8615.53-
YUV125.98114.47137.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=38.08%
G=33.97%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912410200.110.270.4535.6815.3547.25
Hex8B7C660B1B2D24f2f
Octal2131741460133355441757
Binary100010111111100110011001011110111011011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,102); }

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

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

 a { background-color: rgb(139,124,102); }

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

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

 span { border-color: rgb(139,124,102); }

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