Html Css Color HEX #746541 Yellow Metal

📋 copy color: '#746541'

red 116 ◦ green 101 ◦ blue 65

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

Shades of Yellow Metal #746541

Tints of Yellow Metal #746541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 41.13%
G = 35.82%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746541 (or 0x746541) is known color: Yellow Metal. HEX triplet: 74, 65 and 41. RGB value is (116,101,65). Sum of RGB (Red+Green+Blue) = 116+101+65=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746541 is #8B9ABE. Grayscale: #656565. Windows color (decimal): -9149119 or 4285812. OLE color: 4285812.

HSL color Cylindrical-coordinate representation of color #746541: hue angle of 42.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746541 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 65 -
CMYK 0 0.13 0.44 0.55
HSL 42.35º 0.28% 0.35% -
HSV(B) 42.35º 0.44% 0.45% -
XYZ 12.81 13.4 6.91 -
YUV 101.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 116 101 65 0 0.13 0.44 0.55 42.35 0.28 0.35
Hex 74 65 41 0 D 2C 37 2A 1C 23
Octal 164 145 101 0 15 54 67 52 34 43
Binary 1110100 1100101 1000001 0 1101 101100 110111 101010 11100 100011

Color Harmonies of #746541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746541

Black with #746541

Text Example


Text Example

White with #746541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746541; }

 p { color: rgb(116,101,65); }

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

background-color css

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

 a { background-color: rgb(116,101,65); }

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

border-color css

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

 span { border-color: rgb(116,101,65); }

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