Html Css Color HEX #746E64 Sandstone

📋 copy color: '#746E64'

red 116 ◦ green 110 ◦ blue 100

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

Shades of Sandstone #746E64

Tints of Sandstone #746E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

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

R = 35.58%
G = 33.74%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746E64 (or 0x746E64) is known color: Sandstone. HEX triplet: 74, 6E and 64. RGB value is (116,110,100). Sum of RGB (Red+Green+Blue) = 116+110+100=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #746E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E64 is #8B919B. Grayscale: #6E6E6E. Windows color (decimal): -9146780 or 6581876. OLE color: 6581876.

HSL color Cylindrical-coordinate representation of color #746E64: hue angle of 37.5º 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 #746E64 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 100 -
CMYK 0 0.05 0.14 0.55
HSL 37.5º 0.07% 0.42% -
HSV(B) 37.5º 0.14% 0.45% -
XYZ 15.08 15.78 14.31 -
YUV 110.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 116 110 100 0 0.05 0.14 0.55 37.5 0.07 0.42
Hex 74 6E 64 0 5 E 37 26 7 2A
Octal 164 156 144 0 5 16 67 46 7 52
Binary 1110100 1101110 1100100 0 101 1110 110111 100110 111 101010

Color Harmonies of #746E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E64

Black with #746E64

Text Example


Text Example

White with #746E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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