#8A6D60

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

Shades of Beaver #8A6D60

Tints of Beaver #8A6D60

Color information

#8A6D60 (or 0x8A6D60) is unknown color: approx Beaver. HEX triplet: 8A, 6D and 60. RGB value is (138,109,96). Sum of RGB (Red+Green+Blue) = 138+109+96=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D60 is #75929F. Grayscale: #747474. Windows color (decimal): -7705248 or 6319498. OLE color: 6319498.

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

Color convert

RGB13810996-
CMYK00.210.300.46
HSL18.57º17.95%45.88%-
HSV(B)18.57º30.43%54.12%-
XYZ18.0617.1913.43-
YUV116.19116.61143.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=40.23%
G=31.78%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381099600.210.300.4618.5717.9545.88
Hex8A6D600151E2E13122e
Octal2121551400253656232256
Binary1000101011011011100000010101111101011101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,109,96); }

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

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

 a { background-color: rgb(138,109,96); }

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

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

 span { border-color: rgb(138,109,96); }

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