#8B6406

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

Shades of Golden Brown #8B6406

Tints of Golden Brown #8B6406

Color information

#8B6406 (or 0x8B6406) is unknown color: approx Golden Brown. HEX triplet: 8B, 64 and 06. RGB value is (139,100,6). Sum of RGB (Red+Green+Blue) = 139+100+6=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6406 is #749BF9. Grayscale: #656565. Windows color (decimal): -7642106 or 418955. OLE color: 418955.

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

Color convert

RGB1391006-
CMYK00.280.960.45
HSL42.41º91.72%28.43%-
HSV(B)42.41º95.68%54.51%-
XYZ15.2414.622.19-
YUV100.9474.42155.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=56.73%
G=40.82%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139100600.280.960.4542.4191.7228.43
Hex8B64601C602D2a5c1c
Octal2131446034140555213434
Binary1000101111001001100111001100000101101101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,6); }

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

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

 a { background-color: rgb(139,100,6); }

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

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

 span { border-color: rgb(139,100,6); }

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