Html Css Color HEX #746139 Yellow Metal

📋 copy color: '#746139'

red 116 ◦ green 97 ◦ blue 57

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

Shades of Yellow Metal #746139

Tints of Yellow Metal #746139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 42.96%
G = 35.93%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#746139 (or 0x746139) is known color: Yellow Metal. HEX triplet: 74, 61 and 39. RGB value is (116,97,57). Sum of RGB (Red+Green+Blue) = 116+97+57=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746139 is #8B9EC6. Grayscale: #626262. Windows color (decimal): -9150151 or 3760500. OLE color: 3760500.

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

Color convert

RGB 116 97 57 -
CMYK 0 0.16 0.51 0.55
HSL 40.68º 0.34% 0.34% -
HSV(B) 40.68º 0.51% 0.45% -
XYZ 12.22 12.56 5.65 -
YUV 98.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 116 97 57 0 0.16 0.51 0.55 40.68 0.34 0.34
Hex 74 61 39 0 10 33 37 29 22 22
Octal 164 141 71 0 20 63 67 51 42 42
Binary 1110100 1100001 111001 0 10000 110011 110111 101001 100010 100010

Color Harmonies of #746139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746139

Black with #746139

Text Example


Text Example

White with #746139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746139; }

 p { color: rgb(116,97,57); }

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

background-color css

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

 a { background-color: rgb(116,97,57); }

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

border-color css

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

 span { border-color: rgb(116,97,57); }

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