Html Css Color HEX #746C63 Sandstone

📋 copy color: '#746C63'

red 116 ◦ green 108 ◦ blue 99

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

Shades of Sandstone #746C63

Tints of Sandstone #746C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 35.91%
G = 33.44%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746C63 (or 0x746C63) is known color: Sandstone. HEX triplet: 74, 6C and 63. RGB value is (116,108,99). Sum of RGB (Red+Green+Blue) = 116+108+99=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C63 is #8B939C. Grayscale: #6D6D6D. Windows color (decimal): -9147293 or 6515828. OLE color: 6515828.

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

Color convert

RGB 116 108 99 -
CMYK 0 0.07 0.15 0.55
HSL 31.76º 0.08% 0.42% -
HSV(B) 31.76º 0.15% 0.45% -
XYZ 14.82 15.34 13.98 -
YUV 109.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 116 108 99 0 0.07 0.15 0.55 31.76 0.08 0.42
Hex 74 6C 63 0 7 F 37 20 8 2A
Octal 164 154 143 0 7 17 67 40 10 52
Binary 1110100 1101100 1100011 0 111 1111 110111 100000 1000 101010

Color Harmonies of #746C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C63

Black with #746C63

Text Example


Text Example

White with #746C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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