Html Css Color HEX #746136 Yellow Metal

📋 copy color: '#746136'

red 116 ◦ green 97 ◦ blue 54

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

Shades of Yellow Metal #746136

Tints of Yellow Metal #746136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 43.45%
G = 36.33%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#746136 (or 0x746136) is known color: Yellow Metal. HEX triplet: 74, 61 and 36. RGB value is (116,97,54). Sum of RGB (Red+Green+Blue) = 116+97+54=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746136 is #8B9EC9. Grayscale: #616161. Windows color (decimal): -9150154 or 3563892. OLE color: 3563892.

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

Color convert

RGB 116 97 54 -
CMYK 0 0.16 0.53 0.55
HSL 41.61º 0.36% 0.33% -
HSV(B) 41.61º 0.53% 0.45% -
XYZ 12.14 12.53 5.27 -
YUV 97.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 116 97 54 0 0.16 0.53 0.55 41.61 0.36 0.33
Hex 74 61 36 0 10 35 37 2A 24 21
Octal 164 141 66 0 20 65 67 52 44 41
Binary 1110100 1100001 110110 0 10000 110101 110111 101010 100100 100001

Color Harmonies of #746136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746136

Black with #746136

Text Example


Text Example

White with #746136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746136; }

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

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

background-color css

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

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

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

border-color css

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

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

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