Html Css Color HEX #686561 Sandstone

📋 copy color: '#686561'

red 104 ◦ green 101 ◦ blue 97

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

Shades of Sandstone #686561

Tints of Sandstone #686561

RGB

 RED value IS 104 (41.02% from 255) = 34.44%

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 34.44%
G = 33.44%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686561 (or 0x686561) is known color: Sandstone. HEX triplet: 68, 65 and 61. RGB value is (104,101,97). Sum of RGB (Red+Green+Blue) = 104+101+97=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686561 is #979A9E. Grayscale: #656565. Windows color (decimal): -9935519 or 6382952. OLE color: 6382952.

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

Color convert

RGB 104 101 97 -
CMYK 0 0.03 0.07 0.59
HSL 34.29º 0.03% 0.39% -
HSV(B) 34.29º 0.07% 0.41% -
XYZ 12.52 13.11 13.18 -
YUV 101.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 104 101 97 0 0.03 0.07 0.59 34.29 0.03 0.39
Hex 68 65 61 0 3 7 3B 22 3 27
Octal 150 145 141 0 3 7 73 42 3 47
Binary 1101000 1100101 1100001 0 11 111 111011 100010 11 100111

Color Harmonies of #686561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686561

Black with #686561

Text Example


Text Example

White with #686561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686561; }

 p { color: rgb(104,101,97); }

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

background-color css

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

 a { background-color: rgb(104,101,97); }

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

border-color css

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

 span { border-color: rgb(104,101,97); }

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