#8F7B6D

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

Shades of Squirrel #8F7B6D

Tints of Squirrel #8F7B6D

Color information

#8F7B6D (or 0x8F7B6D) is unknown color: approx Squirrel. HEX triplet: 8F, 7B and 6D. RGB value is (143,123,109). Sum of RGB (Red+Green+Blue) = 143+123+109=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B6D is #708492. Grayscale: #7F7F7F. Windows color (decimal): -7373971 or 7175055. OLE color: 7175055.

HSL color Cylindrical-coordinate representation of color #8F7B6D: hue angle of 24.71º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F7B6D is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB143123109-
CMYK00.140.240.44
HSL24.71º13.49%49.41%-
HSV(B)24.71º23.78%56.08%-
XYZ21.1721.1117.43-
YUV127.38117.63139.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=38.13%
G=32.8%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312310900.140.240.4424.7113.4949.41
Hex8F7B6D0E182C19d31
Octal2171731550163054311561
Binary10001111111101111011010111011000101100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,109); }

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

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

 a { background-color: rgb(143,123,109); }

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

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

 span { border-color: rgb(143,123,109); }

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