#8B6B04

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

Shades of Golden Brown #8B6B04

Tints of Golden Brown #8B6B04

Color information

#8B6B04 (or 0x8B6B04) is unknown color: approx Golden Brown. HEX triplet: 8B, 6B and 04. RGB value is (139,107,4). Sum of RGB (Red+Green+Blue) = 139+107+4=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6B04 is #7494FB. Grayscale: #696969. Windows color (decimal): -7640316 or 289675. OLE color: 289675.

HSL color Cylindrical-coordinate representation of color #8B6B04: hue angle of 45.78º 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 #8B6B04 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1391074-
CMYK00.230.970.45
HSL45.78º94.41%28.04%-
HSV(B)45.78º97.12%54.51%-
XYZ15.9316.012.37-
YUV104.8371.1152.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=55.6%
G=42.8%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139107400.230.970.4545.7894.4128.04
Hex8B6B4017612D2e5e1c
Octal2131534027141555613634
Binary1000101111010111000101111100001101101101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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