Html Css Color HEX #746640 Yellow Metal

📋 copy color: '#746640'

red 116 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #746640

Tints of Yellow Metal #746640

RGB

 RED value IS 116 (45.7% from 255) = 41.13%

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

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

R = 41.13%
G = 36.17%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#746640 (or 0x746640) is known color: Yellow Metal. HEX triplet: 74, 66 and 40. RGB value is (116,102,64). Sum of RGB (Red+Green+Blue) = 116+102+64=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746640 is #8B99BF. Grayscale: #666666. Windows color (decimal): -9148864 or 4220532. OLE color: 4220532.

HSL color Cylindrical-coordinate representation of color #746640: hue angle of 43.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746640 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 64 -
CMYK 0 0.12 0.45 0.55
HSL 43.85º 0.29% 0.35% -
HSV(B) 43.85º 0.45% 0.45% -
XYZ 12.88 13.59 6.79 -
YUV 101.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 116 102 64 0 0.12 0.45 0.55 43.85 0.29 0.35
Hex 74 66 40 0 C 2D 37 2C 1D 23
Octal 164 146 100 0 14 55 67 54 35 43
Binary 1110100 1100110 1000000 0 1100 101101 110111 101100 11101 100011

Color Harmonies of #746640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746640

Black with #746640

Text Example


Text Example

White with #746640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746640; }

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

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

background-color css

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

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

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

border-color css

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

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

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