#8B6605

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

Shades of Golden Brown #8B6605

Tints of Golden Brown #8B6605

Color information

#8B6605 (or 0x8B6605) is unknown color: approx Golden Brown. HEX triplet: 8B, 66 and 05. RGB value is (139,102,5). Sum of RGB (Red+Green+Blue) = 139+102+5=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6605 is #7499FA. Grayscale: #666666. Windows color (decimal): -7641595 or 353931. OLE color: 353931.

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

Color convert

RGB1391025-
CMYK00.270.960.45
HSL43.43º93.06%28.24%-
HSV(B)43.43º96.4%54.51%-
XYZ15.43152.23-
YUV10273.26154.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=56.50%
G=41.46%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139102500.270.960.4543.4393.0628.24
Hex8B66501B602D2b5d1c
Octal2131465033140555313534
Binary1000101111001101010110111100000101101101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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