Html Css Color HEX #6D6A65 Sandstone

📋 copy color: '#6D6A65'

red 109 ◦ green 106 ◦ blue 101

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

Shades of Sandstone #6D6A65

Tints of Sandstone #6D6A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 34.49%
G = 33.54%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D6A65 (or 0x6D6A65) is known color: Sandstone. HEX triplet: 6D, 6A and 65. RGB value is (109,106,101). Sum of RGB (Red+Green+Blue) = 109+106+101=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A65 is #92959A. Grayscale: #6A6A6A. Windows color (decimal): -9606555 or 6646381. OLE color: 6646381.

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

Color convert

RGB 109 106 101 -
CMYK 0 0.03 0.07 0.57
HSL 37.5º 0.04% 0.41% -
HSV(B) 37.5º 0.07% 0.43% -
XYZ 13.81 14.5 14.38 -
YUV 106.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 109 106 101 0 0.03 0.07 0.57 37.5 0.04 0.41
Hex 6D 6A 65 0 3 7 39 26 4 29
Octal 155 152 145 0 3 7 71 46 4 51
Binary 1101101 1101010 1100101 0 11 111 111001 100110 100 101001

Color Harmonies of #6D6A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A65

Black with #6D6A65

Text Example


Text Example

White with #6D6A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,101); }

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

background-color css

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

 a { background-color: rgb(109,106,101); }

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

border-color css

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

 span { border-color: rgb(109,106,101); }

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