Html Css Color HEX #756E61 Sandstone

📋 copy color: '#756E61'

red 117 ◦ green 110 ◦ blue 97

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

Shades of Sandstone #756E61

Tints of Sandstone #756E61

RGB

 RED value IS 117 (46.09% from 255) = 36.11%

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

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

R = 36.11%
G = 33.95%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#756E61 (or 0x756E61) is known color: Sandstone. HEX triplet: 75, 6E and 61. RGB value is (117,110,97). Sum of RGB (Red+Green+Blue) = 117+110+97=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E61 is #8A919E. Grayscale: #6E6E6E. Windows color (decimal): -9081247 or 6385269. OLE color: 6385269.

HSL color Cylindrical-coordinate representation of color #756E61: hue angle of 39º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756E61 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 97 -
CMYK 0 0.06 0.17 0.54
HSL 39º 0.09% 0.42% -
HSV(B) 39º 0.17% 0.46% -
XYZ 15.07 15.8 13.56 -
YUV 110.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 117 110 97 0 0.06 0.17 0.54 39 0.09 0.42
Hex 75 6E 61 0 6 11 36 27 9 2A
Octal 165 156 141 0 6 21 66 47 11 52
Binary 1110101 1101110 1100001 0 110 10001 110110 100111 1001 101010

Color Harmonies of #756E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E61

Black with #756E61

Text Example


Text Example

White with #756E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756E61; }

 p { color: rgb(117,110,97); }

 H1.HeaderClassName
 {
   color: #756E61;
 }
 .AnyTagClassName
 {
   color: #756E61;
 }
</style>

background-color css

<style>
 a { background-color: #756E61; }

 a { background-color: rgb(117,110,97); }

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

border-color css

<style>
 span { border-color: #756E61; }

 span { border-color: rgb(117,110,97); }

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