#8D661B

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

Shades of Golden Brown #8D661B

Tints of Golden Brown #8D661B

Color information

#8D661B (or 0x8D661B) is unknown color: approx Golden Brown. HEX triplet: 8D, 66 and 1B. RGB value is (141,102,27). Sum of RGB (Red+Green+Blue) = 141+102+27=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D661B is #7299E4. Grayscale: #696969. Windows color (decimal): -7510501 or 1795725. OLE color: 1795725.

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

Color convert

RGB14110227-
CMYK00.280.810.45
HSL39.47º67.86%32.94%-
HSV(B)39.47º80.85%55.29%-
XYZ15.9315.243.14-
YUV105.1183.92153.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 27 (10.94% from 255) = 10%
R=52.22%
G=37.78%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411022700.280.810.4539.4767.8632.94
Hex8D661B01C512D274421
Octal21514633034121554710441
Binary1000110111001101101101110010100011011011001111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,27); }

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

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

 a { background-color: rgb(141,102,27); }

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

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

 span { border-color: rgb(141,102,27); }

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