Html Css Color HEX #706E6C Sandstone

📋 copy color: '#706E6C'

red 112 ◦ green 110 ◦ blue 108

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

Shades of Sandstone #706E6C

Tints of Sandstone #706E6C

RGB

 RED value IS 112 (44.14% from 255) = 33.94%

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 33.94%
G = 33.33%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#706E6C (or 0x706E6C) is known color: Sandstone. HEX triplet: 70, 6E and 6C. RGB value is (112,110,108). Sum of RGB (Red+Green+Blue) = 112+110+108=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 112 - color contains mainly: red. Hex color #706E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E6C is #8F9193. Grayscale: #6E6E6E. Windows color (decimal): -9408916 or 7106160. OLE color: 7106160.

HSL color Cylindrical-coordinate representation of color #706E6C: hue angle of 30º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706E6C is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 108 -
CMYK 0 0.02 0.04 0.56
HSL 30º 0.02% 0.43% -
HSV(B) 30º 0.04% 0.44% -
XYZ 14.96 15.68 16.43 -
YUV 110.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 112 110 108 0 0.02 0.04 0.56 30 0.02 0.43
Hex 70 6E 6C 0 2 4 38 1E 2 2B
Octal 160 156 154 0 2 4 70 36 2 53
Binary 1110000 1101110 1101100 0 10 100 111000 11110 10 101011

Color Harmonies of #706E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E6C

Black with #706E6C

Text Example


Text Example

White with #706E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E6C; }

 p { color: rgb(112,110,108); }

 H1.HeaderClassName
 {
   color: #706E6C;
 }
 .AnyTagClassName
 {
   color: #706E6C;
 }
</style>

background-color css

<style>
 a { background-color: #706E6C; }

 a { background-color: rgb(112,110,108); }

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

border-color css

<style>
 span { border-color: #706E6C; }

 span { border-color: rgb(112,110,108); }

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