#6F6962

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

Shades of Sandstone #6F6962

Tints of Sandstone #6F6962

Color information

#6F6962 (or 0x6F6962) is unknown color: approx Sandstone. HEX triplet: 6F, 69 and 62. RGB value is (111,105,98). Sum of RGB (Red+Green+Blue) = 111+105+98=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6962 is #90969D. Grayscale: #6A6A6A. Windows color (decimal): -9475742 or 6449519. OLE color: 6449519.

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

Color convert

RGB11110598-
CMYK00.050.120.56
HSL32.31º6.22%40.98%-
HSV(B)32.31º11.71%43.53%-
XYZ13.8114.3613.6-
YUV106123.49131.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=35.35%
G=33.44%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111059800.050.120.5632.316.2240.98
Hex6F696205C3820629
Octal15715114205147040651
Binary11011111101001110001001011100111000100000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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