#6F6B68

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

Shades of Sandstone #6F6B68

Tints of Sandstone #6F6B68

Color information

#6F6B68 (or 0x6F6B68) is unknown color: approx Sandstone. HEX triplet: 6F, 6B and 68. RGB value is (111,107,104). Sum of RGB (Red+Green+Blue) = 111+107+104=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B68 is #909497. Grayscale: #6B6B6B. Windows color (decimal): -9475224 or 6843247. OLE color: 6843247.

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

Color convert

RGB111107104-
CMYK00.040.060.56
HSL25.71º3.26%42.16%-
HSV(B)25.71º6.31%43.53%-
XYZ14.3114.8915.22-
YUV107.85125.83130.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=34.47%
G=33.23%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110710400.040.060.5625.713.2642.16
Hex6F6B68046381a32a
Octal1571531500467032352
Binary11011111101011110100001001101110001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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