Html Css Color HEX #806A37 Yellow Metal

📋 copy color: '#806A37'

red 128 ◦ green 106 ◦ blue 55

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

Shades of Yellow Metal #806A37

Tints of Yellow Metal #806A37

RGB

 RED value IS 128 (50.39% from 255) = 44.29%

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 44.29%
G = 36.68%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#806A37 (or 0x806A37) is known color: Yellow Metal. HEX triplet: 80, 6A and 37. RGB value is (128,106,55). Sum of RGB (Red+Green+Blue) = 128+106+55=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #806A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806A37 is #7F95C8. Grayscale: #6A6A6A. Windows color (decimal): -8361417 or 3631744. OLE color: 3631744.

HSL color Cylindrical-coordinate representation of color #806A37: hue angle of 41.92º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #806A37 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 55 -
CMYK 0 0.17 0.57 0.50
HSL 41.92º 0.4% 0.36% -
HSV(B) 41.92º 0.57% 0.5% -
XYZ 14.75 15.17 5.77 -
YUV 106.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 128 106 55 0 0.17 0.57 0.50 41.92 0.4 0.36
Hex 80 6A 37 0 11 39 32 2A 28 24
Octal 200 152 67 0 21 71 62 52 50 44
Binary 10000000 1101010 110111 0 10001 111001 110010 101010 101000 100100

Color Harmonies of #806A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A37

Black with #806A37

Text Example


Text Example

White with #806A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A37; }

 p { color: rgb(128,106,55); }

 H1.HeaderClassName
 {
   color: #806A37;
 }
 .AnyTagClassName
 {
   color: #806A37;
 }
</style>

background-color css

<style>
 a { background-color: #806A37; }

 a { background-color: rgb(128,106,55); }

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

border-color css

<style>
 span { border-color: #806A37; }

 span { border-color: rgb(128,106,55); }

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