#706C67

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

Shades of Sandstone #706C67

Tints of Sandstone #706C67

Color information

#706C67 (or 0x706C67) is unknown color: approx Sandstone. HEX triplet: 70, 6C and 67. RGB value is (112,108,103). Sum of RGB (Red+Green+Blue) = 112+108+103=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C67 is #8F9398. Grayscale: #6C6C6C. Windows color (decimal): -9409433 or 6777968. OLE color: 6777968.

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

Color convert

RGB112108103-
CMYK00.040.080.56
HSL33.33º4.19%42.16%-
HSV(B)33.33º8.04%43.92%-
XYZ14.4915.1514.99-
YUV108.63124.83130.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=34.67%
G=33.44%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210810300.040.080.5633.334.1942.16
Hex706C67048382142a
Octal16015414704107041452
Binary11100001101100110011101001000111000100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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