#8A6D5C

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

Shades of Beaver #8A6D5C

Tints of Beaver #8A6D5C

Color information

#8A6D5C (or 0x8A6D5C) is unknown color: approx Beaver. HEX triplet: 8A, 6D and 5C. RGB value is (138,109,92). Sum of RGB (Red+Green+Blue) = 138+109+92=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D5C is #7592A3. Grayscale: #737373. Windows color (decimal): -7705252 or 6057354. OLE color: 6057354.

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

Color convert

RGB13810992-
CMYK00.210.330.46
HSL22.17º20%45.1%-
HSV(B)22.17º33.33%54.12%-
XYZ17.8817.1112.49-
YUV115.73114.61143.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=40.71%
G=32.15%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381099200.210.330.4622.172045.1
Hex8A6D5C015212E16142d
Octal2121551340254156262455
Binary10001010110110110111000101011000011011101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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