Html Css Color HEX #6D675F Sandstone

📋 copy color: '#6D675F'

red 109 ◦ green 103 ◦ blue 95

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

Shades of Sandstone #6D675F

Tints of Sandstone #6D675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 35.5%
G = 33.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D675F (or 0x6D675F) is known color: Sandstone. HEX triplet: 6D, 67 and 5F. RGB value is (109,103,95). Sum of RGB (Red+Green+Blue) = 109+103+95=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D675F is #9298A0. Grayscale: #676767. Windows color (decimal): -9607329 or 6252397. OLE color: 6252397.

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

Color convert

RGB 109 103 95 -
CMYK 0 0.06 0.13 0.57
HSL 34.29º 0.07% 0.4% -
HSV(B) 34.29º 0.13% 0.43% -
XYZ 13.22 13.78 12.79 -
YUV 103.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 109 103 95 0 0.06 0.13 0.57 34.29 0.07 0.4
Hex 6D 67 5F 0 6 D 39 22 7 28
Octal 155 147 137 0 6 15 71 42 7 50
Binary 1101101 1100111 1011111 0 110 1101 111001 100010 111 101000

Color Harmonies of #6D675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D675F

Black with #6D675F

Text Example


Text Example

White with #6D675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,95); }

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

background-color css

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

 a { background-color: rgb(109,103,95); }

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

border-color css

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

 span { border-color: rgb(109,103,95); }

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