Html Css Color HEX #686663 Sandstone

📋 copy color: '#686663'

red 104 ◦ green 102 ◦ blue 99

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

Shades of Sandstone #686663

Tints of Sandstone #686663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 34.1%
G = 33.44%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#686663 (or 0x686663) is known color: Sandstone. HEX triplet: 68, 66 and 63. RGB value is (104,102,99). Sum of RGB (Red+Green+Blue) = 104+102+99=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686663 is #97999C. Grayscale: #666666. Windows color (decimal): -9935261 or 6514280. OLE color: 6514280.

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

Color convert

RGB 104 102 99 -
CMYK 0 0.02 0.05 0.59
HSL 36º 0.02% 0.4% -
HSV(B) 36º 0.05% 0.41% -
XYZ 12.71 13.35 13.71 -
YUV 102.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 104 102 99 0 0.02 0.05 0.59 36 0.02 0.4
Hex 68 66 63 0 2 5 3B 24 2 28
Octal 150 146 143 0 2 5 73 44 2 50
Binary 1101000 1100110 1100011 0 10 101 111011 100100 10 101000

Color Harmonies of #686663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686663

Black with #686663

Text Example


Text Example

White with #686663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686663; }

 p { color: rgb(104,102,99); }

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

background-color css

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

 a { background-color: rgb(104,102,99); }

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

border-color css

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

 span { border-color: rgb(104,102,99); }

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