Html Css Color HEX #746645 Yellow Metal

📋 copy color: '#746645'

red 116 ◦ green 102 ◦ blue 69

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

Shades of Yellow Metal #746645

Tints of Yellow Metal #746645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 40.42%
G = 35.54%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746645 (or 0x746645) is known color: Yellow Metal. HEX triplet: 74, 66 and 45. RGB value is (116,102,69). Sum of RGB (Red+Green+Blue) = 116+102+69=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746645 is #8B99BA. Grayscale: #666666. Windows color (decimal): -9148859 or 4548212. OLE color: 4548212.

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

Color convert

RGB 116 102 69 -
CMYK 0 0.12 0.41 0.55
HSL 42.13º 0.25% 0.36% -
HSV(B) 42.13º 0.41% 0.45% -
XYZ 13.03 13.65 7.58 -
YUV 102.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 116 102 69 0 0.12 0.41 0.55 42.13 0.25 0.36
Hex 74 66 45 0 C 29 37 2A 19 24
Octal 164 146 105 0 14 51 67 52 31 44
Binary 1110100 1100110 1000101 0 1100 101001 110111 101010 11001 100100

Color Harmonies of #746645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746645

Black with #746645

Text Example


Text Example

White with #746645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746645; }

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

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

background-color css

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

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

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

border-color css

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

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

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