#8D6902

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

Shades of Golden Brown #8D6902

Tints of Golden Brown #8D6902

Color information

#8D6902 (or 0x8D6902) is unknown color: approx Golden Brown. HEX triplet: 8D, 69 and 02. RGB value is (141,105,2). Sum of RGB (Red+Green+Blue) = 141+105+2=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6902 is #7296FD. Grayscale: #686868. Windows color (decimal): -7509758 or 158093. OLE color: 158093.

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

Color convert

RGB1411052-
CMYK00.260.990.45
HSL44.46º97.2%28.04%-
HSV(B)44.46º98.58%55.29%-
XYZ16.0515.772.26-
YUV104.0270.43154.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.85%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=56.85%
G=42.34%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141105200.260.990.4544.4697.228.04
Hex8D69201A632D2c611c
Octal2151512032143555414134
Binary100011011101001100110101100011101101101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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