Html Css Color HEX #706861 Sandstone

📋 copy color: '#706861'

red 112 ◦ green 104 ◦ blue 97

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

Shades of Sandstone #706861

Tints of Sandstone #706861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 35.78%
G = 33.23%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706861 (or 0x706861) is known color: Sandstone. HEX triplet: 70, 68 and 61. RGB value is (112,104,97). Sum of RGB (Red+Green+Blue) = 112+104+97=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706861 is #8F979E. Grayscale: #696969. Windows color (decimal): -9410463 or 6383728. OLE color: 6383728.

HSL color Cylindrical-coordinate representation of color #706861: hue angle of 28º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706861 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 97 -
CMYK 0 0.07 0.13 0.56
HSL 28º 0.07% 0.41% -
HSV(B) 28º 0.13% 0.44% -
XYZ 13.79 14.21 13.32 -
YUV 105.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 112 104 97 0 0.07 0.13 0.56 28 0.07 0.41
Hex 70 68 61 0 7 D 38 1C 7 29
Octal 160 150 141 0 7 15 70 34 7 51
Binary 1110000 1101000 1100001 0 111 1101 111000 11100 111 101001

Color Harmonies of #706861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706861

Black with #706861

Text Example


Text Example

White with #706861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706861; }

 p { color: rgb(112,104,97); }

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

background-color css

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

 a { background-color: rgb(112,104,97); }

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

border-color css

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

 span { border-color: rgb(112,104,97); }

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