#6B6967

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

Shades of Sandstone #6B6967

Tints of Sandstone #6B6967

Color information

#6B6967 (or 0x6B6967) is unknown color: approx Sandstone. HEX triplet: 6B, 69 and 67. RGB value is (107,105,103). Sum of RGB (Red+Green+Blue) = 107+105+103=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6967 is #949698. Grayscale: #696969. Windows color (decimal): -9737881 or 6777195. OLE color: 6777195.

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

Color convert

RGB107105103-
CMYK00.020.040.58
HSL30º1.9%41.18%-
HSV(B)30º3.74%41.96%-
XYZ13.5614.2114.86-
YUV105.37126.66129.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=33.97%
G=33.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710510300.020.040.58301.941.18
Hex6B69670243A1e229
Octal1531511470247236251
Binary1101011110100111001110101001110101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,103); }

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

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

 a { background-color: rgb(107,105,103); }

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

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

 span { border-color: rgb(107,105,103); }

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