#8D690D

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

Shades of Golden Brown #8D690D

Tints of Golden Brown #8D690D

Color information

#8D690D (or 0x8D690D) is unknown color: approx Golden Brown. HEX triplet: 8D, 69 and 0D. RGB value is (141,105,13). Sum of RGB (Red+Green+Blue) = 141+105+13=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D690D is #7296F2. Grayscale: #696969. Windows color (decimal): -7509747 or 878989. OLE color: 878989.

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

Color convert

RGB14110513-
CMYK00.260.910.45
HSL43.12º83.12%30.2%-
HSV(B)43.12º90.78%55.29%-
XYZ16.1115.792.58-
YUV105.2875.93153.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=54.44%
G=40.54%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411051300.260.910.4543.1283.1230.2
Hex8D69D01A5B2D2b531e
Octal21515115032133555312336
Binary10001101110100111010110101011011101101101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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