#8A6C5F

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

Shades of Beaver #8A6C5F

Tints of Beaver #8A6C5F

Color information

#8A6C5F (or 0x8A6C5F) is unknown color: approx Beaver. HEX triplet: 8A, 6C and 5F. RGB value is (138,108,95). Sum of RGB (Red+Green+Blue) = 138+108+95=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6C5F is #7593A0. Grayscale: #737373. Windows color (decimal): -7705505 or 6253706. OLE color: 6253706.

HSL color Cylindrical-coordinate representation of color #8A6C5F: hue angle of 18.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A6C5F is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13810895-
CMYK00.220.310.46
HSL18.14º18.45%45.69%-
HSV(B)18.14º31.16%54.12%-
XYZ17.9116.9513.16-
YUV115.49116.44144.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=40.47%
G=31.67%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381089500.220.310.4618.1418.4545.69
Hex8A6C5F0161F2E12122e
Octal2121541370263756222256
Binary1000101011011001011111010110111111011101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,95); }

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

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

 a { background-color: rgb(138,108,95); }

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

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

 span { border-color: rgb(138,108,95); }

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