#8B7B67

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

Shades of Squirrel #8B7B67

Tints of Squirrel #8B7B67

Color information

#8B7B67 (or 0x8B7B67) is unknown color: approx Squirrel. HEX triplet: 8B, 7B and 67. RGB value is (139,123,103). Sum of RGB (Red+Green+Blue) = 139+123+103=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B67 is #748498. Grayscale: #7D7D7D. Windows color (decimal): -7636121 or 6781835. OLE color: 6781835.

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

Color convert

RGB139123103-
CMYK00.120.260.45
HSL33.33º14.88%47.45%-
HSV(B)33.33º25.9%54.51%-
XYZ20.1820.6315.75-
YUV125.5115.3137.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=38.08%
G=33.70%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912310300.120.260.4533.3314.8847.45
Hex8B7B670C1A2D21f2f
Octal2131731470143255411757
Binary100010111111011110011101100110101011011000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,103); }

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

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

 a { background-color: rgb(139,123,103); }

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

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

 span { border-color: rgb(139,123,103); }

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