Html Css Color HEX #746845 Yellow Metal

📋 copy color: '#746845'

red 116 ◦ green 104 ◦ blue 69

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

Shades of Yellow Metal #746845

Tints of Yellow Metal #746845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 40.14%
G = 35.99%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746845 (or 0x746845) is known color: Yellow Metal. HEX triplet: 74, 68 and 45. RGB value is (116,104,69). Sum of RGB (Red+Green+Blue) = 116+104+69=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #746845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746845 is #8B97BA. Grayscale: #676767. Windows color (decimal): -9148347 or 4548724. OLE color: 4548724.

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

Color convert

RGB 116 104 69 -
CMYK 0 0.10 0.41 0.55
HSL 44.68º 0.25% 0.36% -
HSV(B) 44.68º 0.41% 0.45% -
XYZ 13.23 14.04 7.64 -
YUV 103.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 116 104 69 0 0.10 0.41 0.55 44.68 0.25 0.36
Hex 74 68 45 0 A 29 37 2D 19 24
Octal 164 150 105 0 12 51 67 55 31 44
Binary 1110100 1101000 1000101 0 1010 101001 110111 101101 11001 100100

Color Harmonies of #746845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746845

Black with #746845

Text Example


Text Example

White with #746845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746845; }

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

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

background-color css

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

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

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

border-color css

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

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

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