#8B695C

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

Shades of Beaver #8B695C

Tints of Beaver #8B695C

Color information

#8B695C (or 0x8B695C) is unknown color: approx Beaver. HEX triplet: 8B, 69 and 5C. RGB value is (139,105,92). Sum of RGB (Red+Green+Blue) = 139+105+92=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B695C is #7496A3. Grayscale: #717171. Windows color (decimal): -7640740 or 6056331. OLE color: 6056331.

HSL color Cylindrical-coordinate representation of color #8B695C: hue angle of 16.6º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B695C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB13910592-
CMYK00.240.340.45
HSL16.6º20.35%45.29%-
HSV(B)16.6º33.81%54.51%-
XYZ17.6316.3612.35-
YUV113.68115.76146.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=41.37%
G=31.25%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391059200.240.340.4516.620.3545.29
Hex8B695C018222D11142d
Octal2131511340304255212455
Binary10001011110100110111000110001000101011011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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