Html Css Color HEX #6D6962 Sandstone

📋 copy color: '#6D6962'

red 109 ◦ green 105 ◦ blue 98

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

Shades of Sandstone #6D6962

Tints of Sandstone #6D6962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 34.94%
G = 33.65%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D6962 (or 0x6D6962) is known color: Sandstone. HEX triplet: 6D, 69 and 62. RGB value is (109,105,98). Sum of RGB (Red+Green+Blue) = 109+105+98=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6962 is #92969D. Grayscale: #696969. Windows color (decimal): -9606814 or 6449517. OLE color: 6449517.

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

Color convert

RGB 109 105 98 -
CMYK 0 0.04 0.10 0.57
HSL 38.18º 0.05% 0.41% -
HSV(B) 38.18º 0.1% 0.43% -
XYZ 13.56 14.24 13.59 -
YUV 105.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 109 105 98 0 0.04 0.10 0.57 38.18 0.05 0.41
Hex 6D 69 62 0 4 A 39 26 5 29
Octal 155 151 142 0 4 12 71 46 5 51
Binary 1101101 1101001 1100010 0 100 1010 111001 100110 101 101001

Color Harmonies of #6D6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6962

Black with #6D6962

Text Example


Text Example

White with #6D6962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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