Html Css Color HEX #806840 Yellow Metal

📋 copy color: '#806840'

red 128 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #806840

Tints of Yellow Metal #806840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 43.24%
G = 35.14%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#806840 (or 0x806840) is known color: Yellow Metal. HEX triplet: 80, 68 and 40. RGB value is (128,104,64). Sum of RGB (Red+Green+Blue) = 128+104+64=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806840 is #7F97BF. Grayscale: #6A6A6A. Windows color (decimal): -8361920 or 4221056. OLE color: 4221056.

HSL color Cylindrical-coordinate representation of color #806840: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806840 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 64 -
CMYK 0 0.19 0.5 0.50
HSL 37.5º 0.33% 0.38% -
HSV(B) 37.5º 0.5% 0.5% -
XYZ 14.78 14.86 6.94 -
YUV 106.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 128 104 64 0 0.19 0.5 0.50 37.5 0.33 0.38
Hex 80 68 40 0 13 32 32 26 21 26
Octal 200 150 100 0 23 62 62 46 41 46
Binary 10000000 1101000 1000000 0 10011 110010 110010 100110 100001 100110

Color Harmonies of #806840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806840

Black with #806840

Text Example


Text Example

White with #806840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806840; }

 p { color: rgb(128,104,64); }

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

background-color css

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

 a { background-color: rgb(128,104,64); }

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

border-color css

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

 span { border-color: rgb(128,104,64); }

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