Html Css Color HEX #706961 Sandstone

📋 copy color: '#706961'

red 112 ◦ green 105 ◦ blue 97

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

Shades of Sandstone #706961

Tints of Sandstone #706961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 35.67%
G = 33.44%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706961 (or 0x706961) is known color: Sandstone. HEX triplet: 70, 69 and 61. RGB value is (112,105,97). Sum of RGB (Red+Green+Blue) = 112+105+97=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706961 is #8F969E. Grayscale: #6A6A6A. Windows color (decimal): -9410207 or 6383984. OLE color: 6383984.

HSL color Cylindrical-coordinate representation of color #706961: hue angle of 32º 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 #706961 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 97 -
CMYK 0 0.06 0.13 0.56
HSL 32º 0.07% 0.41% -
HSV(B) 32º 0.13% 0.44% -
XYZ 13.89 14.41 13.36 -
YUV 106.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 112 105 97 0 0.06 0.13 0.56 32 0.07 0.41
Hex 70 69 61 0 6 D 38 20 7 29
Octal 160 151 141 0 6 15 70 40 7 51
Binary 1110000 1101001 1100001 0 110 1101 111000 100000 111 101001

Color Harmonies of #706961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706961

Black with #706961

Text Example


Text Example

White with #706961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706961; }

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

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

background-color css

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

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

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

border-color css

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

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

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