#8B6615

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

Shades of Golden Brown #8B6615

Tints of Golden Brown #8B6615

Color information

#8B6615 (or 0x8B6615) is unknown color: approx Golden Brown. HEX triplet: 8B, 66 and 15. RGB value is (139,102,21). Sum of RGB (Red+Green+Blue) = 139+102+21=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6615 is #7499EA. Grayscale: #686868. Windows color (decimal): -7641579 or 1402507. OLE color: 1402507.

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

Color convert

RGB13910221-
CMYK00.270.850.45
HSL41.19º73.75%31.37%-
HSV(B)41.19º84.89%54.51%-
XYZ15.5315.052.79-
YUV103.8381.26153.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 21 (8.59% from 255) = 8.02%
R=53.05%
G=38.93%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391022100.270.850.4541.1973.7531.37
Hex8B661501B552D294a1f
Octal21314625033125555111237
Binary100010111100110101010110111010101101101101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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