Html Css Color HEX #746540 Yellow Metal

📋 copy color: '#746540'

red 116 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #746540

Tints of Yellow Metal #746540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 41.28%
G = 35.94%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#746540 (or 0x746540) is known color: Yellow Metal. HEX triplet: 74, 65 and 40. RGB value is (116,101,64). Sum of RGB (Red+Green+Blue) = 116+101+64=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746540 is #8B9ABF. Grayscale: #656565. Windows color (decimal): -9149120 or 4220276. OLE color: 4220276.

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

Color convert

RGB 116 101 64 -
CMYK 0 0.13 0.45 0.55
HSL 42.69º 0.29% 0.35% -
HSV(B) 42.69º 0.45% 0.45% -
XYZ 12.78 13.39 6.76 -
YUV 101.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 116 101 64 0 0.13 0.45 0.55 42.69 0.29 0.35
Hex 74 65 40 0 D 2D 37 2B 1D 23
Octal 164 145 100 0 15 55 67 53 35 43
Binary 1110100 1100101 1000000 0 1101 101101 110111 101011 11101 100011

Color Harmonies of #746540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746540

Black with #746540

Text Example


Text Example

White with #746540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746540; }

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

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

background-color css

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

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

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

border-color css

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

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

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