Html Css Color HEX #746241 Yellow Metal

📋 copy color: '#746241'

red 116 ◦ green 98 ◦ blue 65

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

Shades of Yellow Metal #746241

Tints of Yellow Metal #746241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 41.58%
G = 35.13%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746241 (or 0x746241) is known color: Yellow Metal. HEX triplet: 74, 62 and 41. RGB value is (116,98,65). Sum of RGB (Red+Green+Blue) = 116+98+65=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #746241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746241 is #8B9DBE. Grayscale: #636363. Windows color (decimal): -9149887 or 4285044. OLE color: 4285044.

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

Color convert

RGB 116 98 65 -
CMYK 0 0.16 0.44 0.55
HSL 38.82º 0.28% 0.35% -
HSV(B) 38.82º 0.44% 0.45% -
XYZ 12.52 12.83 6.82 -
YUV 99.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 116 98 65 0 0.16 0.44 0.55 38.82 0.28 0.35
Hex 74 62 41 0 10 2C 37 27 1C 23
Octal 164 142 101 0 20 54 67 47 34 43
Binary 1110100 1100010 1000001 0 10000 101100 110111 100111 11100 100011

Color Harmonies of #746241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746241

Black with #746241

Text Example


Text Example

White with #746241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746241; }

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

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

background-color css

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

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

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

border-color css

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

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

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