Html Css Color HEX #746545 Yellow Metal

📋 copy color: '#746545'

red 116 ◦ green 101 ◦ blue 69

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

Shades of Yellow Metal #746545

Tints of Yellow Metal #746545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 40.56%
G = 35.31%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746545 (or 0x746545) is known color: Yellow Metal. HEX triplet: 74, 65 and 45. RGB value is (116,101,69). Sum of RGB (Red+Green+Blue) = 116+101+69=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746545 is #8B9ABA. Grayscale: #656565. Windows color (decimal): -9149115 or 4547956. OLE color: 4547956.

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

Color convert

RGB 116 101 69 -
CMYK 0 0.13 0.41 0.55
HSL 40.85º 0.25% 0.36% -
HSV(B) 40.85º 0.41% 0.45% -
XYZ 12.93 13.45 7.54 -
YUV 101.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 116 101 69 0 0.13 0.41 0.55 40.85 0.25 0.36
Hex 74 65 45 0 D 29 37 29 19 24
Octal 164 145 105 0 15 51 67 51 31 44
Binary 1110100 1100101 1000101 0 1101 101001 110111 101001 11001 100100

Color Harmonies of #746545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746545

Black with #746545

Text Example


Text Example

White with #746545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746545; }

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

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

background-color css

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

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

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

border-color css

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

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

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