Html Css Color HEX #746341 Yellow Metal

📋 copy color: '#746341'

red 116 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #746341

Tints of Yellow Metal #746341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 41.43%
G = 35.36%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746341 (or 0x746341) is known color: Yellow Metal. HEX triplet: 74, 63 and 41. RGB value is (116,99,65). Sum of RGB (Red+Green+Blue) = 116+99+65=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746341 is #8B9CBE. Grayscale: #646464. Windows color (decimal): -9149631 or 4285300. OLE color: 4285300.

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

Color convert

RGB 116 99 65 -
CMYK 0 0.15 0.44 0.55
HSL 40º 0.28% 0.35% -
HSV(B) 40º 0.44% 0.45% -
XYZ 12.62 13.02 6.85 -
YUV 100.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 116 99 65 0 0.15 0.44 0.55 40 0.28 0.35
Hex 74 63 41 0 F 2C 37 28 1C 23
Octal 164 143 101 0 17 54 67 50 34 43
Binary 1110100 1100011 1000001 0 1111 101100 110111 101000 11100 100011

Color Harmonies of #746341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746341

Black with #746341

Text Example


Text Example

White with #746341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746341; }

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

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

background-color css

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

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

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

border-color css

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

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

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