Html Css Color HEX #8D6E10 Golden Brown

📋 copy color: '#8D6E10'

red 141 ◦ green 110 ◦ blue 16

#8D6E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #8D6E10

Tints of Golden Brown #8D6E10

RGB

 RED value IS 141 (55.47% from 255) = 52.81%

 GREEN value IS 110 (43.36% from 255) = 41.2%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 52.81%
G = 41.2%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D6E10 (or 0x8D6E10) is known color: Golden Brown. HEX triplet: 8D, 6E and 10. RGB value is (141,110,16). Sum of RGB (Red+Green+Blue) = 141+110+16=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E10 is #7291EF. Grayscale: #6C6C6C. Windows color (decimal): -7508464 or 1076877. OLE color: 1076877.

HSL color Cylindrical-coordinate representation of color #8D6E10: hue angle of 45.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D6E10 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 16 -
CMYK 0 0.22 0.89 0.45
HSL 45.12º 0.8% 0.31% -
HSV(B) 45.12º 0.89% 0.55% -
XYZ 16.65 16.85 2.87 -
YUV 108.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 141 110 16 0 0.22 0.89 0.45 45.12 0.8 0.31
Hex 8D 6E 10 0 16 59 2D 2D 50 1F
Octal 215 156 20 0 26 131 55 55 120 37
Binary 10001101 1101110 10000 0 10110 1011001 101101 101101 1010000 11111

Color Harmonies of #8D6E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E10

Black with #8D6E10

Text Example


Text Example

White with #8D6E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,16); }

 H1.HeaderClassName
 {
   color: #8D6E10;
 }
 .AnyTagClassName
 {
   color: #8D6E10;
 }
</style>

background-color css

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

 a { background-color: rgb(141,110,16); }

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

border-color css

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

 span { border-color: rgb(141,110,16); }

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