#6F6A65

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

Shades of Sandstone #6F6A65

Tints of Sandstone #6F6A65

Color information

#6F6A65 (or 0x6F6A65) is unknown color: approx Sandstone. HEX triplet: 6F, 6A and 65. RGB value is (111,106,101). Sum of RGB (Red+Green+Blue) = 111+106+101=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A65 is #90959A. Grayscale: #6A6A6A. Windows color (decimal): -9475483 or 6646383. OLE color: 6646383.

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

Color convert

RGB111106101-
CMYK00.050.090.56
HSL30º4.72%41.57%-
HSV(B)30º9.01%43.53%-
XYZ14.0614.6314.39-
YUV106.92124.66130.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=34.91%
G=33.33%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110610100.050.090.56304.7241.57
Hex6F6A65059381e52a
Octal15715214505117036552
Binary1101111110101011001010101100111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,101); }

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

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

 a { background-color: rgb(111,106,101); }

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

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

 span { border-color: rgb(111,106,101); }

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