#8E6F63

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

Shades of Beaver #8E6F63

Tints of Beaver #8E6F63

Color information

#8E6F63 (or 0x8E6F63) is unknown color: approx Beaver. HEX triplet: 8E, 6F and 63. RGB value is (142,111,99). Sum of RGB (Red+Green+Blue) = 142+111+99=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F63 is #71909C. Grayscale: #767676. Windows color (decimal): -7442589 or 6516622. OLE color: 6516622.

HSL color Cylindrical-coordinate representation of color #8E6F63: hue angle of 16.74º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6F63 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14211199-
CMYK00.220.300.44
HSL16.74º17.84%47.25%-
HSV(B)16.74º30.28%55.69%-
XYZ19.0918.0214.28-
YUV118.9116.77144.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=40.34%
G=31.53%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421119900.220.300.4416.7417.8447.25
Hex8E6F630161E2C11122f
Octal2161571430263654212257
Binary1000111011011111100011010110111101011001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,99); }

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

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

 a { background-color: rgb(142,111,99); }

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

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

 span { border-color: rgb(142,111,99); }

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