#8C7C65

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

Shades of Squirrel #8C7C65

Tints of Squirrel #8C7C65

Color information

#8C7C65 (or 0x8C7C65) is unknown color: approx Squirrel. HEX triplet: 8C, 7C and 65. RGB value is (140,124,101). Sum of RGB (Red+Green+Blue) = 140+124+101=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C65 is #73839A. Grayscale: #7E7E7E. Windows color (decimal): -7570331 or 6651020. OLE color: 6651020.

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

Color convert

RGB140124101-
CMYK00.110.280.45
HSL35.38º16.18%47.25%-
HSV(B)35.38º27.86%54.9%-
XYZ20.3720.9315.28-
YUV126.16113.8137.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=38.36%
G=33.97%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012410100.110.280.4535.3816.1847.25
Hex8C7C650B1C2D23102f
Octal2141741450133455432057
Binary1000110011111001100101010111110010110110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,101); }

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

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

 a { background-color: rgb(140,124,101); }

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

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

 span { border-color: rgb(140,124,101); }

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