Html Css Color HEX #806740 Yellow Metal

📋 copy color: '#806740'

red 128 ◦ green 103 ◦ blue 64

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

Shades of Yellow Metal #806740

Tints of Yellow Metal #806740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 43.39%
G = 34.92%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#806740 (or 0x806740) is known color: Yellow Metal. HEX triplet: 80, 67 and 40. RGB value is (128,103,64). Sum of RGB (Red+Green+Blue) = 128+103+64=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806740 is #7F98BF. Grayscale: #6A6A6A. Windows color (decimal): -8362176 or 4220800. OLE color: 4220800.

HSL color Cylindrical-coordinate representation of color #806740: hue angle of 36.56º 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 #806740 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 64 -
CMYK 0 0.20 0.5 0.50
HSL 36.56º 0.33% 0.38% -
HSV(B) 36.56º 0.5% 0.5% -
XYZ 14.68 14.66 6.91 -
YUV 106.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 128 103 64 0 0.20 0.5 0.50 36.56 0.33 0.38
Hex 80 67 40 0 14 32 32 25 21 26
Octal 200 147 100 0 24 62 62 45 41 46
Binary 10000000 1100111 1000000 0 10100 110010 110010 100101 100001 100110

Color Harmonies of #806740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806740

Black with #806740

Text Example


Text Example

White with #806740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806740; }

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

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

background-color css

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

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

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

border-color css

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

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

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