Html Css Color HEX #746B40 Yellow Metal

📋 copy color: '#746B40'

red 116 ◦ green 107 ◦ blue 64

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

Shades of Yellow Metal #746B40

Tints of Yellow Metal #746B40

RGB

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

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

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

R = 40.42%
G = 37.28%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#746B40 (or 0x746B40) is known color: Yellow Metal. HEX triplet: 74, 6B and 40. RGB value is (116,107,64). Sum of RGB (Red+Green+Blue) = 116+107+64=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B40 is #8B94BF. Grayscale: #686868. Windows color (decimal): -9147584 or 4221812. OLE color: 4221812.

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

Color convert

RGB 116 107 64 -
CMYK 0 0.08 0.45 0.55
HSL 49.62º 0.29% 0.35% -
HSV(B) 49.62º 0.45% 0.45% -
XYZ 13.39 14.6 6.96 -
YUV 104.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 116 107 64 0 0.08 0.45 0.55 49.62 0.29 0.35
Hex 74 6B 40 0 8 2D 37 32 1D 23
Octal 164 153 100 0 10 55 67 62 35 43
Binary 1110100 1101011 1000000 0 1000 101101 110111 110010 11101 100011

Color Harmonies of #746B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B40

Black with #746B40

Text Example


Text Example

White with #746B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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