Html Css Color HEX #746042 Yellow Metal

📋 copy color: '#746042'

red 116 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #746042

Tints of Yellow Metal #746042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

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

R = 41.73%
G = 34.53%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#746042 (or 0x746042) is known color: Yellow Metal. HEX triplet: 74, 60 and 42. RGB value is (116,96,66). Sum of RGB (Red+Green+Blue) = 116+96+66=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #746042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746042 is #8B9FBD. Grayscale: #626262. Windows color (decimal): -9150398 or 4350068. OLE color: 4350068.

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

Color convert

RGB 116 96 66 -
CMYK 0 0.17 0.43 0.55
HSL 36º 0.27% 0.36% -
HSV(B) 36º 0.43% 0.45% -
XYZ 12.37 12.47 6.91 -
YUV 98.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 116 96 66 0 0.17 0.43 0.55 36 0.27 0.36
Hex 74 60 42 0 11 2B 37 24 1B 24
Octal 164 140 102 0 21 53 67 44 33 44
Binary 1110100 1100000 1000010 0 10001 101011 110111 100100 11011 100100

Color Harmonies of #746042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746042

Black with #746042

Text Example


Text Example

White with #746042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746042; }

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

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

background-color css

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

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

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

border-color css

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

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

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