Html Css Color HEX #746441 Yellow Metal

📋 copy color: '#746441'

red 116 ◦ green 100 ◦ blue 65

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

Shades of Yellow Metal #746441

Tints of Yellow Metal #746441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 41.28%
G = 35.59%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746441 (or 0x746441) is known color: Yellow Metal. HEX triplet: 74, 64 and 41. RGB value is (116,100,65). Sum of RGB (Red+Green+Blue) = 116+100+65=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746441 is #8B9BBE. Grayscale: #646464. Windows color (decimal): -9149375 or 4285556. OLE color: 4285556.

HSL color Cylindrical-coordinate representation of color #746441: hue angle of 41.18º 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 #746441 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 65 -
CMYK 0 0.14 0.44 0.55
HSL 41.18º 0.28% 0.35% -
HSV(B) 41.18º 0.44% 0.45% -
XYZ 12.71 13.21 6.88 -
YUV 100.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 116 100 65 0 0.14 0.44 0.55 41.18 0.28 0.35
Hex 74 64 41 0 E 2C 37 29 1C 23
Octal 164 144 101 0 16 54 67 51 34 43
Binary 1110100 1100100 1000001 0 1110 101100 110111 101001 11100 100011

Color Harmonies of #746441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746441

Black with #746441

Text Example


Text Example

White with #746441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746441; }

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

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

background-color css

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

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

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

border-color css

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

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

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