Html Css Color HEX #6D6B69 Sandstone

📋 copy color: '#6D6B69'

red 109 ◦ green 107 ◦ blue 105

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

Shades of Sandstone #6D6B69

Tints of Sandstone #6D6B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.33%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 33.96%
G = 33.33%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D6B69 (or 0x6D6B69) is known color: Sandstone. HEX triplet: 6D, 6B and 69. RGB value is (109,107,105). Sum of RGB (Red+Green+Blue) = 109+107+105=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B69 is #929496. Grayscale: #6B6B6B. Windows color (decimal): -9606295 or 6908781. OLE color: 6908781.

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

Color convert

RGB 109 107 105 -
CMYK 0 0.02 0.04 0.57
HSL 30º 0.02% 0.42% -
HSV(B) 30º 0.04% 0.43% -
XYZ 14.11 14.79 15.47 -
YUV 107.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 109 107 105 0 0.02 0.04 0.57 30 0.02 0.42
Hex 6D 6B 69 0 2 4 39 1E 2 2A
Octal 155 153 151 0 2 4 71 36 2 52
Binary 1101101 1101011 1101001 0 10 100 111001 11110 10 101010

Color Harmonies of #6D6B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6B69

Black with #6D6B69

Text Example


Text Example

White with #6D6B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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