#8B6A04

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

Shades of Golden Brown #8B6A04

Tints of Golden Brown #8B6A04

Color information

#8B6A04 (or 0x8B6A04) is unknown color: approx Golden Brown. HEX triplet: 8B, 6A and 04. RGB value is (139,106,4). Sum of RGB (Red+Green+Blue) = 139+106+4=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6A04 is #7495FB. Grayscale: #686868. Windows color (decimal): -7640572 or 289419. OLE color: 289419.

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

Color convert

RGB1391064-
CMYK00.240.970.45
HSL45.33º94.41%28.04%-
HSV(B)45.33º97.12%54.51%-
XYZ15.8215.812.33-
YUV104.2471.43152.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=55.82%
G=42.57%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139106400.240.970.4545.3394.4128.04
Hex8B6A4018612D2d5e1c
Octal2131524030141555513634
Binary1000101111010101000110001100001101101101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,4); }

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

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

 a { background-color: rgb(139,106,4); }

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

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

 span { border-color: rgb(139,106,4); }

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