Html Css Color HEX #756E63 Sandstone

📋 copy color: '#756E63'

red 117 ◦ green 110 ◦ blue 99

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

Shades of Sandstone #756E63

Tints of Sandstone #756E63

RGB

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

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

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

R = 35.89%
G = 33.74%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756E63 (or 0x756E63) is known color: Sandstone. HEX triplet: 75, 6E and 63. RGB value is (117,110,99). Sum of RGB (Red+Green+Blue) = 117+110+99=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E63 is #8A919C. Grayscale: #6E6E6E. Windows color (decimal): -9081245 or 6516341. OLE color: 6516341.

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

Color convert

RGB 117 110 99 -
CMYK 0 0.06 0.15 0.54
HSL 36.67º 0.08% 0.42% -
HSV(B) 36.67º 0.15% 0.46% -
XYZ 15.16 15.83 14.06 -
YUV 110.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 117 110 99 0 0.06 0.15 0.54 36.67 0.08 0.42
Hex 75 6E 63 0 6 F 36 25 8 2A
Octal 165 156 143 0 6 17 66 45 10 52
Binary 1110101 1101110 1100011 0 110 1111 110110 100101 1000 101010

Color Harmonies of #756E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E63

Black with #756E63

Text Example


Text Example

White with #756E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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