Html Css Color HEX #746242 Yellow Metal

📋 copy color: '#746242'

red 116 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #746242

Tints of Yellow Metal #746242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 41.43%
G = 35%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#746242 (or 0x746242) is known color: Yellow Metal. HEX triplet: 74, 62 and 42. RGB value is (116,98,66). Sum of RGB (Red+Green+Blue) = 116+98+66=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746242 is #8B9DBD. Grayscale: #636363. Windows color (decimal): -9149886 or 4350580. OLE color: 4350580.

HSL color Cylindrical-coordinate representation of color #746242: hue angle of 38.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746242 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 66 -
CMYK 0 0.16 0.43 0.55
HSL 38.4º 0.27% 0.36% -
HSV(B) 38.4º 0.43% 0.45% -
XYZ 12.55 12.84 6.97 -
YUV 99.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 116 98 66 0 0.16 0.43 0.55 38.4 0.27 0.36
Hex 74 62 42 0 10 2B 37 26 1B 24
Octal 164 142 102 0 20 53 67 46 33 44
Binary 1110100 1100010 1000010 0 10000 101011 110111 100110 11011 100100

Color Harmonies of #746242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746242

Black with #746242

Text Example


Text Example

White with #746242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746242; }

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

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

background-color css

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

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

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

border-color css

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

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

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