#8A7066

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

Shades of Beaver #8A7066

Tints of Beaver #8A7066

Color information

#8A7066 (or 0x8A7066) is unknown color: approx Beaver. HEX triplet: 8A, 70 and 66. RGB value is (138,112,102). Sum of RGB (Red+Green+Blue) = 138+112+102=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7066 is #758F99. Grayscale: #767676. Windows color (decimal): -7704474 or 6713482. OLE color: 6713482.

HSL color Cylindrical-coordinate representation of color #8A7066: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7066 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB138112102-
CMYK00.190.260.46
HSL16.67º15%47.06%-
HSV(B)16.67º26.09%54.12%-
XYZ18.6717.9515.05-
YUV118.63118.61141.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=39.20%
G=31.82%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811210200.190.260.4616.671547.06
Hex8A70660131A2E11f2f
Octal2121601460233256211757
Binary100010101110000110011001001111010101110100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,102); }

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

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

 a { background-color: rgb(138,112,102); }

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

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

 span { border-color: rgb(138,112,102); }

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