Html Css Color HEX #746240 Yellow Metal

📋 copy color: '#746240'

red 116 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #746240

Tints of Yellow Metal #746240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

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

R = 41.73%
G = 35.25%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#746240 (or 0x746240) is known color: Yellow Metal. HEX triplet: 74, 62 and 40. RGB value is (116,98,64). Sum of RGB (Red+Green+Blue) = 116+98+64=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #746240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746240 is #8B9DBF. Grayscale: #636363. Windows color (decimal): -9149888 or 4219508. OLE color: 4219508.

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

Color convert

RGB 116 98 64 -
CMYK 0 0.16 0.45 0.55
HSL 39.23º 0.29% 0.35% -
HSV(B) 39.23º 0.45% 0.45% -
XYZ 12.5 12.82 6.67 -
YUV 99.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 116 98 64 0 0.16 0.45 0.55 39.23 0.29 0.35
Hex 74 62 40 0 10 2D 37 27 1D 23
Octal 164 142 100 0 20 55 67 47 35 43
Binary 1110100 1100010 1000000 0 10000 101101 110111 100111 11101 100011

Color Harmonies of #746240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746240

Black with #746240

Text Example


Text Example

White with #746240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746240; }

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

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

background-color css

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

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

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

border-color css

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

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

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