Html Css Color HEX #746E63 Sandstone

📋 copy color: '#746E63'

red 116 ◦ green 110 ◦ blue 99

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

Shades of Sandstone #746E63

Tints of Sandstone #746E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 35.69%
G = 33.85%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746E63 (or 0x746E63) is known color: Sandstone. HEX triplet: 74, 6E and 63. RGB value is (116,110,99). Sum of RGB (Red+Green+Blue) = 116+110+99=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E63 is #8B919C. Grayscale: #6E6E6E. Windows color (decimal): -9146781 or 6516340. OLE color: 6516340.

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

Color convert

RGB 116 110 99 -
CMYK 0 0.05 0.15 0.55
HSL 38.82º 0.08% 0.42% -
HSV(B) 38.82º 0.15% 0.45% -
XYZ 15.03 15.77 14.06 -
YUV 110.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 116 110 99 0 0.05 0.15 0.55 38.82 0.08 0.42
Hex 74 6E 63 0 5 F 37 27 8 2A
Octal 164 156 143 0 5 17 67 47 10 52
Binary 1110100 1101110 1100011 0 101 1111 110111 100111 1000 101010

Color Harmonies of #746E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E63

Black with #746E63

Text Example


Text Example

White with #746E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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