Html Css Color HEX #746B3E Yellow Metal

📋 copy color: '#746B3E'

red 116 ◦ green 107 ◦ blue 62

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

Shades of Yellow Metal #746B3E

Tints of Yellow Metal #746B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 40.7%
G = 37.54%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#746B3E (or 0x746B3E) is known color: Yellow Metal. HEX triplet: 74, 6B and 3E. RGB value is (116,107,62). Sum of RGB (Red+Green+Blue) = 116+107+62=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B3E is #8B94C1. Grayscale: #686868. Windows color (decimal): -9147586 or 4090740. OLE color: 4090740.

HSL color Cylindrical-coordinate representation of color #746B3E: hue angle of 50º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746B3E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 62 -
CMYK 0 0.08 0.47 0.55
HSL 50º 0.3% 0.35% -
HSV(B) 50º 0.47% 0.45% -
XYZ 13.33 14.58 6.67 -
YUV 104.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 116 107 62 0 0.08 0.47 0.55 50 0.3 0.35
Hex 74 6B 3E 0 8 2F 37 32 1E 23
Octal 164 153 76 0 10 57 67 62 36 43
Binary 1110100 1101011 111110 0 1000 101111 110111 110010 11110 100011

Color Harmonies of #746B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B3E

Black with #746B3E

Text Example


Text Example

White with #746B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B3E; }

 p { color: rgb(116,107,62); }

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

background-color css

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

 a { background-color: rgb(116,107,62); }

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

border-color css

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

 span { border-color: rgb(116,107,62); }

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