#6B6760

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

Shades of Sandstone #6B6760

Tints of Sandstone #6B6760

Color information

#6B6760 (or 0x6B6760) is unknown color: approx Sandstone. HEX triplet: 6B, 67 and 60. RGB value is (107,103,96). Sum of RGB (Red+Green+Blue) = 107+103+96=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6760 is #94989F. Grayscale: #676767. Windows color (decimal): -9738400 or 6317931. OLE color: 6317931.

HSL color Cylindrical-coordinate representation of color #6B6760: hue angle of 38.18º 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 #6B6760 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10710396-
CMYK00.040.100.58
HSL38.18º5.42%39.8%-
HSV(B)38.18º10.28%41.96%-
XYZ13.0213.6713.02-
YUV103.4123.83130.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=34.97%
G=33.66%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071039600.040.100.5838.185.4239.8
Hex6B676004A3A26528
Octal15314714004127246550
Binary11010111100111110000001001010111010100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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