#8B6000

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

Shades of Golden Brown #8B6000

Tints of Golden Brown #8B6000

Color information

#8B6000 (or 0x8B6000) is unknown color: approx Golden Brown. HEX triplet: 8B, 60 and 00. RGB value is (139,96,0). Sum of RGB (Red+Green+Blue) = 139+96+0=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6000 is #749FFF. Grayscale: #626262. Windows color (decimal): -7643136 or 24715. OLE color: 24715.

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

Color convert

RGB139960-
CMYK00.3110.45
HSL41.44º100%27.25%-
HSV(B)41.44º100%54.51%-
XYZ14.8313.851.89-
YUV97.9172.75157.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.15%
G=40.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13996000.3110.4541.4410027.25
Hex8B60001F642D29641b
Octal2131400037144555114433
Binary10001011110000000111111100100101101101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,0); }

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

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

 a { background-color: rgb(139,96,0); }

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

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

 span { border-color: rgb(139,96,0); }

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