#8D6900

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

Shades of Golden Brown #8D6900

Tints of Golden Brown #8D6900

Color information

#8D6900 (or 0x8D6900) is unknown color: approx Golden Brown. HEX triplet: 8D, 69 and 00. RGB value is (141,105,0). Sum of RGB (Red+Green+Blue) = 141+105+0=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6900 is #7296FF. Grayscale: #686868. Windows color (decimal): -7509760 or 27021. OLE color: 27021.

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

Color convert

RGB1411050-
CMYK00.2610.45
HSL44.68º100%27.65%-
HSV(B)44.68º100%55.29%-
XYZ16.0415.772.2-
YUV103.7969.43154.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.32%
G=42.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141105000.2610.4544.6810027.65
Hex8D69001A642D2d641c
Octal2151510032144555514434
Binary10001101110100100110101100100101101101101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,0); }

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

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

 a { background-color: rgb(141,105,0); }

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

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

 span { border-color: rgb(141,105,0); }

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