#8B6C0B

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

Shades of Golden Brown #8B6C0B

Tints of Golden Brown #8B6C0B

Color information

#8B6C0B (or 0x8B6C0B) is unknown color: approx Golden Brown. HEX triplet: 8B, 6C and 0B. RGB value is (139,108,11). Sum of RGB (Red+Green+Blue) = 139+108+11=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6C0B is #7493F4. Grayscale: #6A6A6A. Windows color (decimal): -7640053 or 748683. OLE color: 748683.

HSL color Cylindrical-coordinate representation of color #8B6C0B: hue angle of 45.47º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B6C0B is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB13910811-
CMYK00.220.920.45
HSL45.47º85.33%29.41%-
HSV(B)45.47º92.09%54.51%-
XYZ16.0716.242.6-
YUV106.2174.27151.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 11 (4.69% from 255) = 4.26%
R=53.88%
G=41.86%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391081100.220.920.4545.4785.3329.41
Hex8B6CB0165C2D2d551d
Octal21315413026134555512535
Binary10001011110110010110101101011100101101101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,11); }

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

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

 a { background-color: rgb(139,108,11); }

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

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

 span { border-color: rgb(139,108,11); }

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