Html Css Color HEX #8D6A00 Golden Brown

📋 copy color: '#8D6A00'

red 141 ◦ green 106 ◦ blue 0

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

Shades of Golden Brown #8D6A00

Tints of Golden Brown #8D6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.09%
G = 42.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8D6A00 (or 0x8D6A00) is known color: Golden Brown. HEX triplet: 8D, 6A and 00. RGB value is (141,106,0). Sum of RGB (Red+Green+Blue) = 141+106+0=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6A00 is #7295FF. Grayscale: #686868. Windows color (decimal): -7509504 or 27277. OLE color: 27277.

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

Color convert

RGB 141 106 0 -
CMYK 0 0.25 1 0.45
HSL 45.11º 1% 0.28% -
HSV(B) 45.11º 1% 0.55% -
XYZ 16.14 15.97 2.23 -
YUV 104.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 141 106 0 0 0.25 1 0.45 45.11 1 0.28
Hex 8D 6A 0 0 19 64 2D 2D 64 1C
Octal 215 152 0 0 31 144 55 55 144 34
Binary 10001101 1101010 0 0 11001 1100100 101101 101101 1100100 11100

Color Harmonies of #8D6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A00

Black with #8D6A00

Text Example


Text Example

White with #8D6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,0); }

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

background-color css

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

 a { background-color: rgb(141,106,0); }

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

border-color css

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

 span { border-color: rgb(141,106,0); }

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