#696662

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

Shades of Sandstone #696662

Tints of Sandstone #696662

Color information

#696662 (or 0x696662) is unknown color: approx Sandstone. HEX triplet: 69, 66 and 62. RGB value is (105,102,98). Sum of RGB (Red+Green+Blue) = 105+102+98=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696662 is #96999D. Grayscale: #666666. Windows color (decimal): -9869726 or 6448745. OLE color: 6448745.

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

Color convert

RGB10510298-
CMYK00.030.070.59
HSL34.29º3.45%39.8%-
HSV(B)34.29º6.67%41.18%-
XYZ12.7813.3913.47-
YUV102.44125.49129.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=34.43%
G=33.44%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051029800.030.070.5934.293.4539.8
Hex6966620373B22328
Octal1511461420377342350
Binary11010011100110110001001111111101110001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696662; }

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

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

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

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

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

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

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

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