Html Css Color HEX #746D64 Sandstone

📋 copy color: '#746D64'

red 116 ◦ green 109 ◦ blue 100

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

Shades of Sandstone #746D64

Tints of Sandstone #746D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 35.69%
G = 33.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746D64 (or 0x746D64) is known color: Sandstone. HEX triplet: 74, 6D and 64. RGB value is (116,109,100). Sum of RGB (Red+Green+Blue) = 116+109+100=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D64 is #8B929B. Grayscale: #6E6E6E. Windows color (decimal): -9147036 or 6581620. OLE color: 6581620.

HSL color Cylindrical-coordinate representation of color #746D64: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746D64 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 109 100 -
CMYK 0 0.06 0.14 0.55
HSL 33.75º 0.07% 0.42% -
HSV(B) 33.75º 0.14% 0.45% -
XYZ 14.97 15.57 14.27 -
YUV 110.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 116 109 100 0 0.06 0.14 0.55 33.75 0.07 0.42
Hex 74 6D 64 0 6 E 37 22 7 2A
Octal 164 155 144 0 6 16 67 42 7 52
Binary 1110100 1101101 1100100 0 110 1110 110111 100010 111 101010

Color Harmonies of #746D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D64

Black with #746D64

Text Example


Text Example

White with #746D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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