Html Css Color HEX #746E65 Sandstone

📋 copy color: '#746E65'

red 116 ◦ green 110 ◦ blue 101

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

Shades of Sandstone #746E65

Tints of Sandstone #746E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 35.47%
G = 33.64%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746E65 (or 0x746E65) is known color: Sandstone. HEX triplet: 74, 6E and 65. RGB value is (116,110,101). Sum of RGB (Red+Green+Blue) = 116+110+101=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E65 is #8B919A. Grayscale: #6E6E6E. Windows color (decimal): -9146779 or 6647412. OLE color: 6647412.

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

Color convert

RGB 116 110 101 -
CMYK 0 0.05 0.13 0.55
HSL 36º 0.07% 0.43% -
HSV(B) 36º 0.13% 0.45% -
XYZ 15.13 15.8 14.57 -
YUV 110.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 116 110 101 0 0.05 0.13 0.55 36 0.07 0.43
Hex 74 6E 65 0 5 D 37 24 7 2B
Octal 164 156 145 0 5 15 67 44 7 53
Binary 1110100 1101110 1100101 0 101 1101 110111 100100 111 101011

Color Harmonies of #746E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E65

Black with #746E65

Text Example


Text Example

White with #746E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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