Html Css Color HEX #806640 Yellow Metal

📋 copy color: '#806640'

red 128 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #806640

Tints of Yellow Metal #806640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

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

R = 43.54%
G = 34.69%
B = 21.77%

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

#806640 (or 0x806640) is known color: Yellow Metal. HEX triplet: 80, 66 and 40. RGB value is (128,102,64). Sum of RGB (Red+Green+Blue) = 128+102+64=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #806640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806640 is #7F99BF. Grayscale: #696969. Windows color (decimal): -8362432 or 4220544. OLE color: 4220544.

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

Color convert

RGB 128 102 64 -
CMYK 0 0.20 0.5 0.50
HSL 35.63º 0.33% 0.38% -
HSV(B) 35.63º 0.5% 0.5% -
XYZ 14.58 14.46 6.87 -
YUV 105.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 128 102 64 0 0.20 0.5 0.50 35.63 0.33 0.38
Hex 80 66 40 0 14 32 32 24 21 26
Octal 200 146 100 0 24 62 62 44 41 46
Binary 10000000 1100110 1000000 0 10100 110010 110010 100100 100001 100110

Color Harmonies of #806640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806640

Black with #806640

Text Example


Text Example

White with #806640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806640; }

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

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

background-color css

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

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

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

border-color css

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

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

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