Html Css Color HEX #6D6966 Sandstone

📋 copy color: '#6D6966'

red 109 ◦ green 105 ◦ blue 102

#6D6966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #6D6966

Tints of Sandstone #6D6966

RGB

 RED value IS 109 (42.97% from 255) = 34.49%

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 34.49%
G = 33.23%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6966 (or 0x6D6966) is known color: Sandstone. HEX triplet: 6D, 69 and 66. RGB value is (109,105,102). Sum of RGB (Red+Green+Blue) = 109+105+102=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6966 is #929699. Grayscale: #696969. Windows color (decimal): -9606810 or 6711661. OLE color: 6711661.

HSL color Cylindrical-coordinate representation of color #6D6966: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D6966 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 102 -
CMYK 0 0.04 0.06 0.57
HSL 25.71º 0.03% 0.41% -
HSV(B) 25.71º 0.06% 0.43% -
XYZ 13.76 14.31 14.61 -
YUV 105.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 109 105 102 0 0.04 0.06 0.57 25.71 0.03 0.41
Hex 6D 69 66 0 4 6 39 1A 3 29
Octal 155 151 146 0 4 6 71 32 3 51
Binary 1101101 1101001 1100110 0 100 110 111001 11010 11 101001

Color Harmonies of #6D6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6966

Black with #6D6966

Text Example


Text Example

White with #6D6966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,102); }

 H1.HeaderClassName
 {
   color: #6D6966;
 }
 .AnyTagClassName
 {
   color: #6D6966;
 }
</style>

background-color css

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

 a { background-color: rgb(109,105,102); }

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

border-color css

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

 span { border-color: rgb(109,105,102); }

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