#6F6861

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

Shades of Sandstone #6F6861

Tints of Sandstone #6F6861

Color information

#6F6861 (or 0x6F6861) is unknown color: approx Sandstone. HEX triplet: 6F, 68 and 61. RGB value is (111,104,97). Sum of RGB (Red+Green+Blue) = 111+104+97=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6861 is #90979E. Grayscale: #696969. Windows color (decimal): -9475999 or 6383727. OLE color: 6383727.

HSL color Cylindrical-coordinate representation of color #6F6861: 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.13%. Process color model (Four color, CMYK) of #6F6861 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB11110497-
CMYK00.060.130.56
HSL30º6.73%40.78%-
HSV(B)30º12.61%43.53%-
XYZ13.6614.1413.32-
YUV105.29123.32132.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=35.58%
G=33.33%
B=31.09%

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
Decimal1111049700.060.130.56306.7340.78
Hex6F686106D381e729
Octal15715014106157036751
Binary1101111110100011000010110110111100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6861; }

 p { color: rgb(111,104,97); }

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

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

 a { background-color: rgb(111,104,97); }

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

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

 span { border-color: rgb(111,104,97); }

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