Html Css Color HEX #746A61 Sandstone

📋 copy color: '#746A61'

red 116 ◦ green 106 ◦ blue 97

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

Shades of Sandstone #746A61

Tints of Sandstone #746A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 36.36%
G = 33.23%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746A61 (or 0x746A61) is known color: Sandstone. HEX triplet: 74, 6A and 61. RGB value is (116,106,97). Sum of RGB (Red+Green+Blue) = 116+106+97=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A61 is #8B959E. Grayscale: #6C6C6C. Windows color (decimal): -9147807 or 6384244. OLE color: 6384244.

HSL color Cylindrical-coordinate representation of color #746A61: hue angle of 28.42º degrees, saturation: 0.09, 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 #746A61 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 97 -
CMYK 0 0.09 0.16 0.55
HSL 28.42º 0.09% 0.42% -
HSV(B) 28.42º 0.16% 0.45% -
XYZ 14.51 14.88 13.42 -
YUV 107.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 116 106 97 0 0.09 0.16 0.55 28.42 0.09 0.42
Hex 74 6A 61 0 9 10 37 1C 9 2A
Octal 164 152 141 0 11 20 67 34 11 52
Binary 1110100 1101010 1100001 0 1001 10000 110111 11100 1001 101010

Color Harmonies of #746A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A61

Black with #746A61

Text Example


Text Example

White with #746A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,97); }

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

background-color css

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

 a { background-color: rgb(116,106,97); }

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

border-color css

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

 span { border-color: rgb(116,106,97); }

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