Html Css Color HEX #686367 Salt Box

📋 copy color: '#686367'

red 104 ◦ green 99 ◦ blue 103

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

Shades of Salt Box #686367

Tints of Salt Box #686367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 33.99%
G = 32.35%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#686367 (or 0x686367) is known color: Salt Box. HEX triplet: 68, 63 and 67. RGB value is (104,99,103). Sum of RGB (Red+Green+Blue) = 104+99+103=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 104 - color contains mainly: red. Hex color #686367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686367 is #979C98. Grayscale: #646464. Windows color (decimal): -9936025 or 6775656. OLE color: 6775656.

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

Color convert

RGB 104 99 103 -
CMYK 0 0.05 0.01 0.59
HSL 312º 0.02% 0.4% -
HSV(B) 312º 0.05% 0.41% -
XYZ 12.62 12.85 14.65 -
YUV 100.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 104 99 103 0 0.05 0.01 0.59 312 0.02 0.4
Hex 68 63 67 0 5 1 3B 138 2 28
Octal 150 143 147 0 5 1 73 470 2 50
Binary 1101000 1100011 1100111 0 101 1 111011 100111000 10 101000

Color Harmonies of #686367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686367

Black with #686367

Text Example


Text Example

White with #686367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686367; }

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

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

background-color css

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

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

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

border-color css

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

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

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