#8D661C

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

Shades of Golden Brown #8D661C

Tints of Golden Brown #8D661C

Color information

#8D661C (or 0x8D661C) is unknown color: approx Golden Brown. HEX triplet: 8D, 66 and 1C. RGB value is (141,102,28). Sum of RGB (Red+Green+Blue) = 141+102+28=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D661C is #7299E3. Grayscale: #696969. Windows color (decimal): -7510500 or 1861261. OLE color: 1861261.

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

Color convert

RGB14110228-
CMYK00.280.800.45
HSL39.29º66.86%33.14%-
HSV(B)39.29º80.14%55.29%-
XYZ15.9515.253.2-
YUV105.2284.42153.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 28 (11.33% from 255) = 10.33%
R=52.03%
G=37.64%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411022800.280.800.4539.2966.8633.14
Hex8D661C01C502D274321
Octal21514634034120554710341
Binary1000110111001101110001110010100001011011001111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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