Html Css Color HEX #746641 Yellow Metal

📋 copy color: '#746641'

red 116 ◦ green 102 ◦ blue 65

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

Shades of Yellow Metal #746641

Tints of Yellow Metal #746641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 40.99%
G = 36.04%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#746641 (or 0x746641) is known color: Yellow Metal. HEX triplet: 74, 66 and 41. RGB value is (116,102,65). Sum of RGB (Red+Green+Blue) = 116+102+65=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #746641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746641 is #8B99BE. Grayscale: #666666. Windows color (decimal): -9148863 or 4286068. OLE color: 4286068.

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

Color convert

RGB 116 102 65 -
CMYK 0 0.12 0.44 0.55
HSL 43.53º 0.28% 0.35% -
HSV(B) 43.53º 0.44% 0.45% -
XYZ 12.91 13.6 6.95 -
YUV 101.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 116 102 65 0 0.12 0.44 0.55 43.53 0.28 0.35
Hex 74 66 41 0 C 2C 37 2C 1C 23
Octal 164 146 101 0 14 54 67 54 34 43
Binary 1110100 1100110 1000001 0 1100 101100 110111 101100 11100 100011

Color Harmonies of #746641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746641

Black with #746641

Text Example


Text Example

White with #746641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746641; }

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

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

background-color css

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

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

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

border-color css

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

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

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