#8B660B

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

Shades of Golden Brown #8B660B

Tints of Golden Brown #8B660B

Color information

#8B660B (or 0x8B660B) is unknown color: approx Golden Brown. HEX triplet: 8B, 66 and 0B. RGB value is (139,102,11). Sum of RGB (Red+Green+Blue) = 139+102+11=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B660B is #7499F4. Grayscale: #676767. Windows color (decimal): -7641589 or 747147. OLE color: 747147.

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

Color convert

RGB13910211-
CMYK00.270.920.45
HSL42.66º85.33%29.41%-
HSV(B)42.66º92.09%54.51%-
XYZ15.4615.022.4-
YUV102.6976.26153.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=55.16%
G=40.48%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391021100.270.920.4542.6685.3329.41
Hex8B66B01B5C2D2b551d
Octal21314613033134555312535
Binary10001011110011010110110111011100101101101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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