#8B6614

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

Shades of Golden Brown #8B6614

Tints of Golden Brown #8B6614

Color information

#8B6614 (or 0x8B6614) is unknown color: approx Golden Brown. HEX triplet: 8B, 66 and 14. RGB value is (139,102,20). Sum of RGB (Red+Green+Blue) = 139+102+20=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6614 is #7499EB. Grayscale: #686868. Windows color (decimal): -7641580 or 1336971. OLE color: 1336971.

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

Color convert

RGB13910220-
CMYK00.270.860.45
HSL41.34º74.84%31.18%-
HSV(B)41.34º85.61%54.51%-
XYZ15.5315.042.75-
YUV103.7280.76153.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=53.26%
G=39.08%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391022000.270.860.4541.3474.8431.18
Hex8B661401B562D294b1f
Octal21314624033126555111337
Binary100010111100110101000110111010110101101101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,20); }

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

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

 a { background-color: rgb(139,102,20); }

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

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

 span { border-color: rgb(139,102,20); }

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