Html Css Color HEX #746941 Yellow Metal

📋 copy color: '#746941'

red 116 ◦ green 105 ◦ blue 65

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

Shades of Yellow Metal #746941

Tints of Yellow Metal #746941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

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

R = 40.56%
G = 36.71%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746941 (or 0x746941) is known color: Yellow Metal. HEX triplet: 74, 69 and 41. RGB value is (116,105,65). Sum of RGB (Red+Green+Blue) = 116+105+65=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746941 is #8B96BE. Grayscale: #676767. Windows color (decimal): -9148095 or 4286836. OLE color: 4286836.

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

Color convert

RGB 116 105 65 -
CMYK 0 0.09 0.44 0.55
HSL 47.06º 0.28% 0.35% -
HSV(B) 47.06º 0.44% 0.45% -
XYZ 13.21 14.2 7.05 -
YUV 103.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 116 105 65 0 0.09 0.44 0.55 47.06 0.28 0.35
Hex 74 69 41 0 9 2C 37 2F 1C 23
Octal 164 151 101 0 11 54 67 57 34 43
Binary 1110100 1101001 1000001 0 1001 101100 110111 101111 11100 100011

Color Harmonies of #746941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746941

Black with #746941

Text Example


Text Example

White with #746941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746941; }

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

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

background-color css

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

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

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

border-color css

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

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

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