#6F6B66

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

Shades of Sandstone #6F6B66

Tints of Sandstone #6F6B66

Color information

#6F6B66 (or 0x6F6B66) is unknown color: approx Sandstone. HEX triplet: 6F, 6B and 66. RGB value is (111,107,102). Sum of RGB (Red+Green+Blue) = 111+107+102=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B66 is #909499. Grayscale: #6B6B6B. Windows color (decimal): -9475226 or 6712175. OLE color: 6712175.

HSL color Cylindrical-coordinate representation of color #6F6B66: 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 #6F6B66 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB111107102-
CMYK00.040.080.56
HSL33.33º4.23%41.76%-
HSV(B)33.33º8.11%43.53%-
XYZ14.2114.8514.69-
YUV107.63124.83130.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=34.69%
G=33.44%
B=31.88%

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
Decimal11110710200.040.080.5633.334.2341.76
Hex6F6B66048382142a
Octal15715314604107041452
Binary11011111101011110011001001000111000100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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