Html Css Color HEX #746445 Yellow Metal

📋 copy color: '#746445'

red 116 ◦ green 100 ◦ blue 69

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

Shades of Yellow Metal #746445

Tints of Yellow Metal #746445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 40.7%
G = 35.09%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746445 (or 0x746445) is known color: Yellow Metal. HEX triplet: 74, 64 and 45. RGB value is (116,100,69). Sum of RGB (Red+Green+Blue) = 116+100+69=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746445 is #8B9BBA. Grayscale: #656565. Windows color (decimal): -9149371 or 4547700. OLE color: 4547700.

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

Color convert

RGB 116 100 69 -
CMYK 0 0.14 0.41 0.55
HSL 39.57º 0.25% 0.36% -
HSV(B) 39.57º 0.41% 0.45% -
XYZ 12.83 13.26 7.51 -
YUV 101.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 116 100 69 0 0.14 0.41 0.55 39.57 0.25 0.36
Hex 74 64 45 0 E 29 37 28 19 24
Octal 164 144 105 0 16 51 67 50 31 44
Binary 1110100 1100100 1000101 0 1110 101001 110111 101000 11001 100100

Color Harmonies of #746445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746445

Black with #746445

Text Example


Text Example

White with #746445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746445; }

 p { color: rgb(116,100,69); }

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

background-color css

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

 a { background-color: rgb(116,100,69); }

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

border-color css

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

 span { border-color: rgb(116,100,69); }

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