#696867

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

Shades of Sandstone #696867

Tints of Sandstone #696867

Color information

#696867 (or 0x696867) is unknown color: approx Sandstone. HEX triplet: 69, 68 and 67. RGB value is (105,104,103). Sum of RGB (Red+Green+Blue) = 105+104+103=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 105 - color contains mainly: red. Hex color #696867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696867 is #969798. Grayscale: #686868. Windows color (decimal): -9869209 or 6776937. OLE color: 6776937.

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

Color convert

RGB105104103-
CMYK00.010.020.59
HSL30º0.96%40.78%-
HSV(B)30º1.9%41.18%-
XYZ13.2213.8814.81-
YUV104.18127.33128.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=33.65%
G=33.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510410300.010.020.59300.9640.78
Hex6968670123B1e129
Octal1511501470127336151
Binary1101001110100011001110110111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696867; }

 p { color: rgb(105,104,103); }

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

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

 a { background-color: rgb(105,104,103); }

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

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

 span { border-color: rgb(105,104,103); }

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