#8A6B61

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

Shades of Beaver #8A6B61

Tints of Beaver #8A6B61

Color information

#8A6B61 (or 0x8A6B61) is unknown color: approx Beaver. HEX triplet: 8A, 6B and 61. RGB value is (138,107,97). Sum of RGB (Red+Green+Blue) = 138+107+97=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B61 is #75949E. Grayscale: #737373. Windows color (decimal): -7705759 or 6384522. OLE color: 6384522.

HSL color Cylindrical-coordinate representation of color #8A6B61: hue angle of 14.63º degrees, saturation: 0.17, 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 #8A6B61 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13810797-
CMYK00.220.300.46
HSL14.63º17.45%46.08%-
HSV(B)14.63º29.71%54.12%-
XYZ17.916.7813.61-
YUV115.13117.77144.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=40.35%
G=31.29%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381079700.220.300.4614.6317.4546.08
Hex8A6B610161E2Ef112e
Octal2121531410263656172156
Binary100010101101011110000101011011110101110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,97); }

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

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

 a { background-color: rgb(138,107,97); }

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

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

 span { border-color: rgb(138,107,97); }

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