Html Css Color HEX #686366 Salt Box

📋 copy color: '#686366'

red 104 ◦ green 99 ◦ blue 102

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

Shades of Salt Box #686366

Tints of Salt Box #686366

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686366 (or 0x686366) is known color: Salt Box. HEX triplet: 68, 63 and 66. RGB value is (104,99,102). Sum of RGB (Red+Green+Blue) = 104+99+102=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686366 is #979C99. Grayscale: #646464. Windows color (decimal): -9936026 or 6710120. OLE color: 6710120.

HSL color Cylindrical-coordinate representation of color #686366: hue angle of 324º 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 #686366 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 102 -
CMYK 0 0.05 0.02 0.59
HSL 324º 0.02% 0.4% -
HSV(B) 324º 0.05% 0.41% -
XYZ 12.57 12.83 14.38 -
YUV 100.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 104 99 102 0 0.05 0.02 0.59 324 0.02 0.4
Hex 68 63 66 0 5 2 3B 144 2 28
Octal 150 143 146 0 5 2 73 504 2 50
Binary 1101000 1100011 1100110 0 101 10 111011 101000100 10 101000

Color Harmonies of #686366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686366

Black with #686366

Text Example


Text Example

White with #686366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686366; }

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

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

background-color css

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

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

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

border-color css

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

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

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