#6B6762

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

Shades of Sandstone #6B6762

Tints of Sandstone #6B6762

Color information

#6B6762 (or 0x6B6762) is unknown color: approx Sandstone. HEX triplet: 6B, 67 and 62. RGB value is (107,103,98). Sum of RGB (Red+Green+Blue) = 107+103+98=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6762 is #94989D. Grayscale: #676767. Windows color (decimal): -9738398 or 6449003. OLE color: 6449003.

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

Color convert

RGB10710398-
CMYK00.040.080.58
HSL33.33º4.39%40.2%-
HSV(B)33.33º8.41%41.96%-
XYZ13.1213.7113.51-
YUV103.63124.83130.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=34.74%
G=33.44%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071039800.040.080.5833.334.3940.2
Hex6B67620483A21428
Octal15314714204107241450
Binary11010111100111110001001001000111010100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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