Html Css Color HEX #746740 Yellow Metal

📋 copy color: '#746740'

red 116 ◦ green 103 ◦ blue 64

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

Shades of Yellow Metal #746740

Tints of Yellow Metal #746740

RGB

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

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

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

R = 40.99%
G = 36.4%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#746740 (or 0x746740) is known color: Yellow Metal. HEX triplet: 74, 67 and 40. RGB value is (116,103,64). Sum of RGB (Red+Green+Blue) = 116+103+64=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #746740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746740 is #8B98BF. Grayscale: #666666. Windows color (decimal): -9148608 or 4220788. OLE color: 4220788.

HSL color Cylindrical-coordinate representation of color #746740: hue angle of 45º 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 #746740 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 64 -
CMYK 0 0.11 0.45 0.55
HSL 45º 0.29% 0.35% -
HSV(B) 45º 0.45% 0.45% -
XYZ 12.98 13.78 6.83 -
YUV 102.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 116 103 64 0 0.11 0.45 0.55 45 0.29 0.35
Hex 74 67 40 0 B 2D 37 2D 1D 23
Octal 164 147 100 0 13 55 67 55 35 43
Binary 1110100 1100111 1000000 0 1011 101101 110111 101101 11101 100011

Color Harmonies of #746740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746740

Black with #746740

Text Example


Text Example

White with #746740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746740; }

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

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

background-color css

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

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

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

border-color css

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

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

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