Html Css Color HEX #746D62 Sandstone

📋 copy color: '#746D62'

red 116 ◦ green 109 ◦ blue 98

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

Shades of Sandstone #746D62

Tints of Sandstone #746D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 35.91%
G = 33.75%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746D62 (or 0x746D62) is known color: Sandstone. HEX triplet: 74, 6D and 62. RGB value is (116,109,98). Sum of RGB (Red+Green+Blue) = 116+109+98=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D62 is #8B929D. Grayscale: #6D6D6D. Windows color (decimal): -9147038 or 6450548. OLE color: 6450548.

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

Color convert

RGB 116 109 98 -
CMYK 0 0.06 0.16 0.55
HSL 36.67º 0.08% 0.42% -
HSV(B) 36.67º 0.16% 0.45% -
XYZ 14.88 15.53 13.77 -
YUV 109.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 116 109 98 0 0.06 0.16 0.55 36.67 0.08 0.42
Hex 74 6D 62 0 6 10 37 25 8 2A
Octal 164 155 142 0 6 20 67 45 10 52
Binary 1110100 1101101 1100010 0 110 10000 110111 100101 1000 101010

Color Harmonies of #746D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D62

Black with #746D62

Text Example


Text Example

White with #746D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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