#8A695C

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

Shades of Beaver #8A695C

Tints of Beaver #8A695C

Color information

#8A695C (or 0x8A695C) is unknown color: approx Beaver. HEX triplet: 8A, 69 and 5C. RGB value is (138,105,92). Sum of RGB (Red+Green+Blue) = 138+105+92=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A695C is #7596A3. Grayscale: #717171. Windows color (decimal): -7706276 or 6056330. OLE color: 6056330.

HSL color Cylindrical-coordinate representation of color #8A695C: hue angle of 16.96º 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 #8A695C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13810592-
CMYK00.240.330.46
HSL16.96º20%45.1%-
HSV(B)16.96º33.33%54.12%-
XYZ17.4616.2812.35-
YUV113.38115.93145.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=41.19%
G=31.34%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381059200.240.330.4616.962045.1
Hex8A695C018212E11142d
Octal2121511340304156212455
Binary10001010110100110111000110001000011011101000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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