#8B6B00

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

Shades of Golden Brown #8B6B00

Tints of Golden Brown #8B6B00

Color information

#8B6B00 (or 0x8B6B00) is unknown color: approx Golden Brown. HEX triplet: 8B, 6B and 00. RGB value is (139,107,0). Sum of RGB (Red+Green+Blue) = 139+107+0=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6B00 is #7494FF. Grayscale: #686868. Windows color (decimal): -7640320 or 27531. OLE color: 27531.

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

Color convert

RGB1391070-
CMYK00.2310.45
HSL46.19º100%27.25%-
HSV(B)46.19º100%54.51%-
XYZ15.91162.25-
YUV104.3769.1152.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.50%
G=43.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139107000.2310.4546.1910027.25
Hex8B6B0017642D2e641b
Octal2131530027144555614433
Binary10001011110101100101111100100101101101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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