#706962

Color #706962 Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #706962

Tints of Sandstone #706962

Color information

#706962 (or 0x706962) is unknown color: approx Sandstone. HEX triplet: 70, 69 and 62. RGB value is (112,105,98). Sum of RGB (Red+Green+Blue) = 112+105+98=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706962 is #8F969D. Grayscale: #6A6A6A. Windows color (decimal): -9410206 or 6449520. OLE color: 6449520.

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

Color convert

RGB11210598-
CMYK00.060.130.56
HSL30º6.67%41.18%-
HSV(B)30º12.5%43.92%-
XYZ13.9414.4313.61-
YUV106.29123.32132.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=35.56%
G=33.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121059800.060.130.56306.6741.18
Hex70696206D381e729
Octal16015114206157036751
Binary1110000110100111000100110110111100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706962; }

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

 H1.HeaderClassName
 {
   color: #706962;
 }
 .AnyTagClassName
 {
   color: #706962;
 }
</style>
background-color css

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

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

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

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

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

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