#6B6660

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

Shades of Sandstone #6B6660

Tints of Sandstone #6B6660

Color information

#6B6660 (or 0x6B6660) is unknown color: approx Sandstone. HEX triplet: 6B, 66 and 60. RGB value is (107,102,96). Sum of RGB (Red+Green+Blue) = 107+102+96=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6660 is #94999F. Grayscale: #666666. Windows color (decimal): -9738656 or 6317675. OLE color: 6317675.

HSL color Cylindrical-coordinate representation of color #6B6660: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6660 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10710296-
CMYK00.050.100.58
HSL32.73º5.42%39.8%-
HSV(B)32.73º10.28%41.96%-
XYZ12.9313.4712.99-
YUV102.81124.16130.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=35.08%
G=33.44%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071029600.050.100.5832.735.4239.8
Hex6B666005A3A21528
Octal15314614005127241550
Binary11010111100110110000001011010111010100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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